20 lines
325 B
JSON
20 lines
325 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"baseUrl": "./",
|
|
"module": "es2015",
|
|
"paths": {
|
|
"@loafer/ngrx-store": [
|
|
"../modules/ngrx-store"
|
|
]
|
|
},
|
|
"rootDir": "../",
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|