12 lines
No EOL
356 B
JSON
12 lines
No EOL
356 B
JSON
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": false,
|
|
"target": "es5",
|
|
"module": "commonjs"
|
|
},
|
|
"compileOnSave": true
|
|
} |