From 16b5525950c27172b8426e03cbb1c59794cfc44c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Aug 2019 11:38:26 +0200 Subject: Update Angular -> 8.2.0 --- client/src/tsconfig.app.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 client/src/tsconfig.app.json (limited to 'client/src/tsconfig.app.json') 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 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "outDir": "../out-tsc/app", - "baseUrl": "./", - "types": [], - "lib": [ - "es2017", - "es2016", - "es2015", - "dom" - ] - }, - "exclude": [ - "test.ts", - "**/*.spec.ts", - "../node_modules/ngx-clipboard/**/*.spec.ts" - ], - "include": [ - "**/*.ts", - "../node_modules/ngx-clipboard/*/**.ts" - ] -} -- cgit v1.2.3