wieerwill.github.io/angular/tsconfig.app.json

15 lines
210 B
JSON
Raw Normal View History

2020-06-27 15:39:59 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
]
}