35 lines
664 B
JSON
35 lines
664 B
JSON
{
|
|
"buildOnSave": false,
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "",
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noStrictGenericChecks": true,
|
|
"outDir": "../out-tsc/app",
|
|
"paths": {
|
|
"@loafer/ngrx-store": [
|
|
"./modules/ngrx-store"
|
|
]
|
|
},
|
|
"rootDir": "./",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*/node_modules"
|
|
],
|
|
}
|