diff options
Diffstat (limited to 'client/src/tsconfig.app.json')
-rw-r--r-- | client/src/tsconfig.app.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/client/src/tsconfig.app.json b/client/src/tsconfig.app.json deleted file mode 100644 index 4656e40f5..000000000 --- a/client/src/tsconfig.app.json +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | { | ||
2 | "extends": "../tsconfig.json", | ||
3 | "compilerOptions": { | ||
4 | "outDir": "../out-tsc/app", | ||
5 | "baseUrl": "./", | ||
6 | "types": [], | ||
7 | "lib": [ | ||
8 | "es2017", | ||
9 | "es2016", | ||
10 | "es2015", | ||
11 | "dom" | ||
12 | ] | ||
13 | }, | ||
14 | "exclude": [ | ||
15 | "test.ts", | ||
16 | "**/*.spec.ts", | ||
17 | "../node_modules/ngx-clipboard/**/*.spec.ts" | ||
18 | ], | ||
19 | "include": [ | ||
20 | "**/*.ts", | ||
21 | "../node_modules/ngx-clipboard/*/**.ts" | ||
22 | ] | ||
23 | } | ||