Browse Source

perf: VS Code support webpack alias file jump (#2609)

Francis 5 years ago
parent
commit
4d2d52ef03
1 changed files with 9 additions and 0 deletions
  1. 9 0
      jsconfig.json

+ 9 - 0
jsconfig.json

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