20 lines
371 B
JSON
20 lines
371 B
JSON
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
||
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./out-tsc/app",
|
||
|
"types": [],
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"files": [
|
||
|
"src/main.ts",
|
||
|
"src/polyfills.ts"
|
||
|
],
|
||
|
"include": [
|
||
|
"src/**/*.d.ts"
|
||
|
],
|
||
|
"angularCompilerOptions": {
|
||
|
"enableIvy": false
|
||
|
}
|
||
|
}
|