Browse Source

perf: VS Code support webpack alias file jump

花裤衩 5 years ago
parent
commit
0e8fa65568
1 changed files with 9 additions and 0 deletions
  1. 9 0
      jsconfig.json

+ 9 - 0
jsconfig.json

@@ -0,0 +1,9 @@
1
+{
2
+  "compilerOptions": {
3
+    "baseUrl": "./",
4
+    "paths": {
5
+        "@/*": ["src/*"]
6
+    }
7
+  },
8
+  "exclude": ["node_modules", "dist"]
9
+}