Explorar o código

perf: VS Code support webpack alias file jump

花裤衩 %!s(int64=5) %!d(string=hai) anos
pai
achega
0e8fa65568
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      jsconfig.json

+ 9 - 0
jsconfig.json

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