38 строки
815 B
JSON
38 строки
815 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "amd",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"noLib": false,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"pretty": true,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitUseStrict": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"allowJs": false,
|
|
"noEmitOnError": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"types": [
|
|
"jasmine",
|
|
"jasmine-ajax",
|
|
"requirejs",
|
|
"chai",
|
|
"es6-promise"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"public",
|
|
"coverage",
|
|
"test-report"
|
|
],
|
|
"compileOnSave": false
|
|
} |