EkstraklasaPrzewidywanieWyn.../Front/tsconfig.app.json

18 lines
268 B
JSON
Raw Normal View History

2020-05-17 21:04:36 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
],
"angularCompilerOptions": {
"enableIvy": false
}
}