2020-04-01 14:11:44 +00:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../out-tsc/app",
|
|
|
|
"types": []
|
2020-04-01 07:06:11 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"main.ts",
|
|
|
|
"polyfills.ts"
|
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"src/**/*.d.ts"
|
2020-04-01 14:11:44 +00:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"enableIvy": false
|
|
|
|
}
|
|
|
|
}
|