42 lines
806 B
JSON
42 lines
806 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"declaration": false,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"sourceMap": true,
|
||
|
"strictNullChecks": false,
|
||
|
"baseUrl": "./src",
|
||
|
"paths": {},
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es6"
|
||
|
],
|
||
|
"types": [
|
||
|
"hammerjs",
|
||
|
"jasmine",
|
||
|
"node",
|
||
|
"protractor",
|
||
|
"selenium-webdriver",
|
||
|
"source-map",
|
||
|
"uglify-js",
|
||
|
"webpack"
|
||
|
]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"wwwroot"
|
||
|
],
|
||
|
"awesomeTypescriptLoaderOptions": {
|
||
|
"forkChecker": true,
|
||
|
"useWebpackText": true
|
||
|
},
|
||
|
"compileOnSave": false,
|
||
|
"buildOnSave": false,
|
||
|
"atom": {
|
||
|
"rewriteTsconfig": false
|
||
|
}
|
||
|
}
|