commit | 9646230827c51d36df903889d31bbb66fd75117a | [log] [tgz] |
---|---|---|
author | sijun.li <sijun.li@supwisdom.com> | 周五 7月 24 10:08:05 2020 +0800 |
committer | sijun.li <sijun.li@supwisdom.com> | 周五 7月 24 17:09:19 2020 +0800 |
tree | e1ae0892fe5ad2b5f251afe088ee75733d42301e |
项目初始化
diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json new file mode 100644 index 0000000..958df04 --- /dev/null +++ b/frontend/jsconfig.json
@@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "@/*": ["src/*"] + } + }, + "exclude": ["node_modules", "dist"] +} \ No newline at end of file