From a768204935e3d4978b780b29dd8cf03036b9bfdf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 17 Apr 2020 04:39:44 +0000 Subject: [PATCH] autofix: jsconfig.json should have md5 728f0cacd95fea3c3b9b219b588fb4c9 --- jsconfig.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..b546a71 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "charset": "utf8", + "baseUrl": "./", + "paths": { + "lib/*": [ + "src/lib/*" + ], + "src/*": [ + "src/*" + ], + "root/*": [ + "./*" + ] + } + }, + "exclude": [ + "node_modules", + "dist" + ] +} \ No newline at end of file