frontend-tutorial-framework/src/tsconfig.app.json

22 lines
337 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"paths": {
"*": [
"types/*"
]
},
"outDir": "../out-tsc/app",
"baseUrl": "./",
"types": [],
"resolveJsonModule": true
},
"angularCompilerOptions": {
"enableIvy": false
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}