30 строки
851 B
JSON
30 строки
851 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "amd",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"noLib": false,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"pretty": true,
|
|
"skipLibCheck": true,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitUseStrict": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"allowJs": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"lib": ["es5","es2015.promise","dom", "es6"],
|
|
"types": ["crossroads","hasher","chai","jasmine","jasmine-ajax","requirejs"]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"compileOnSave": false
|
|
}
|
|
|