From 865e85ef36845222f39c5231894395a0137e2c61 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Thu, 3 Feb 2022 16:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20jsconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..ac49d83 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "module": "CommonJS", + "paths": { + "@/*": [ + "src/*" + ] + }, + "sourceMap": false, + "target": "ES5" + }, + "include": [ + "src/**/*.vue", + "src/**/*.js" + ] +} \ No newline at end of file