Files
angular-challenges/tsconfig.base.json

38 lines
1.1 KiB
JSON

{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@angular-challenges/ngrx-notification/backend": [
"libs/ngrx-notification/backend/src/index.ts"
],
"@angular-challenges/ngrx-notification/model": [
"libs/ngrx-notification/model/src/index.ts"
],
"@angular-challenges/shared/utils": ["libs/shared/utils/src/index.ts"],
"@angular-challenges/testing-table/backend": [
"libs/testing-table/backend/src/index.ts"
],
"@angular-challenges/testing-table/model": [
"libs/testing-table/model/src/index.ts"
],
"@tomalaforge/ngrx-callstate-store": [
"libs/shared/ngrx-callstate-store/src/index.ts"
]
}
},
"exclude": ["node_modules", "tmp"]
}