33 lines
672 B
JSON
33 lines
672 B
JSON
|
|
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"inlineSources": true,
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/packages/ngrx-store",
|
|
"paths": { },
|
|
"rootDir": ".",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"stripInternal": true,
|
|
"sourceMap": true,
|
|
"target": "es2015"
|
|
},
|
|
"files": [
|
|
"public_api.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"strictMetadataEmit": true,
|
|
"flatModuleOutFile": "index.js",
|
|
"flatModuleId": "@loafer/ngrx-store"
|
|
}
|
|
}
|