20 lines
334 B
JSON
20 lines
334 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"resolveJsonModule": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"outDir": "../out-tsc/app",
|
||
|
"types": ["node"]
|
||
|
},
|
||
|
"angularCompilerOptions": {
|
||
|
"enableIvy": true
|
||
|
},
|
||
|
"files": [
|
||
|
"main.ts",
|
||
|
"polyfills.ts"
|
||
|
],
|
||
|
"include": [
|
||
|
"src/**/*.d.ts"
|
||
|
]
|
||
|
}
|