浏览代码

perf: VS Code support webpack alias file jump

花裤衩 5 年之前
父节点
当前提交
0e8fa65568
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      jsconfig.json

+ 9 - 0
jsconfig.json

@@ -0,0 +1,9 @@
+{
+  "compilerOptions": {
+    "baseUrl": "./",
+    "paths": {
+        "@/*": ["src/*"]
+    }
+  },
+  "exclude": ["node_modules", "dist"]
+}