From 354af8766dcc1d6100a5c49a0150ba210102baf5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 24 Aug 2020 22:26:51 +0000 Subject: [PATCH] autofix: tsconfigBase.json should not exist --- tsconfigBase.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tsconfigBase.json diff --git a/tsconfigBase.json b/tsconfigBase.json deleted file mode 100644 index 7bfe9c3..0000000 --- a/tsconfigBase.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "baseUrl": ".", - "outDir": "dist/typescript", - "newLine": "lf", - "declaration": true, - "emitDeclarationOnly": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "paths": { - "lib/*": [ - "src/lib/*" - ], - "src/*": [ - "src/*" - ], - "root/*": [ - "./*" - ] - } - } -} \ No newline at end of file