From b035c98c36123e5865b181c48d9a1a5bbde41cef Mon Sep 17 00:00:00 2001 From: huzhushan Date: Wed, 28 Jul 2021 15:13:03 +0800 Subject: [PATCH] add jsconfig.json --- jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..e3bd4a8 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "@/*": ["src/*"], + } + }, + "exclude": ["node_modules", "dist"], + "include": ["src/**/*"] +} \ No newline at end of file