mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-28 13:18:49 +01:00
34 lines
684 B
JSON
34 lines
684 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"noEmitHelpers": true,
|
|
"lib": ["es6", "dom"],
|
|
"strictNullChecks": false,
|
|
"baseUrl": "./src",
|
|
"paths": [
|
|
],
|
|
"types": [
|
|
"core-js",
|
|
"hammerjs",
|
|
"node",
|
|
"source-map",
|
|
"uglify-js",
|
|
"webpack"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"awesomeTypescriptLoaderOptions": {
|
|
"forkChecker": true,
|
|
"useWebpackText": true
|
|
},
|
|
"compileOnSave": false,
|
|
"buildOnSave": false,
|
|
"atom": { "rewriteTsconfig": false }
|
|
}
|