From 02ba2b06c01278d11ab72cbe87c70a698a7e0a13 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 17 Apr 2020 06:01:24 +0000 Subject: [PATCH] autofix: jsconfig.json should not exist --- jsconfig.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index b546a71..0000000 --- a/jsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "compilerOptions": { - "charset": "utf8", - "baseUrl": "./", - "paths": { - "lib/*": [ - "src/lib/*" - ], - "src/*": [ - "src/*" - ], - "root/*": [ - "./*" - ] - } - }, - "exclude": [ - "node_modules", - "dist" - ] -} \ No newline at end of file