aswi2021codebakers-gitlab/tsconfig.app.json @ c2c2ce48
1 | ee1670e3 | hlavja | /* To learn more about this file see: https://angular.io/config/tsconfig. */ |
---|---|---|---|
2 | {
|
||
3 | "extends": "./tsconfig.json", |
||
4 | "compilerOptions": { |
||
5 | "outDir": "./out-tsc/app", |
||
6 | "types": [] |
||
7 | }, |
||
8 | "files": [ |
||
9 | "src/main.ts", |
||
10 | "src/polyfills.ts" |
||
11 | ], |
||
12 | "include": [ |
||
13 | "src/**/*.d.ts" |
||
14 | ] |
||
15 | }
|