elinuxhenrik | f507d92 | 2020-03-19 14:52:24 +0100 | [diff] [blame] | 1 | { |
2 | "extends": "../tsconfig.json", | ||||
3 | "compilerOptions": { | ||||
4 | "outDir": "../out-tsc/app", | ||||
5 | "types": [] | ||||
6 | }, | ||||
elinuxhenrik | ad70d41 | 2021-02-15 14:38:02 +0100 | [diff] [blame] | 7 | "files": [ |
8 | "main.ts", | ||||
9 | "polyfills.ts" | ||||
10 | ], | ||||
11 | "include": [ | ||||
12 | "src/**/*.d.ts" | ||||
elinuxhenrik | f507d92 | 2020-03-19 14:52:24 +0100 | [diff] [blame] | 13 | ] |
14 | } |