mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": false
|
|
}
|
|
}
|