Ver código fonte

文件路径代码提示

DESKTOP-O04BTUJ\muzen 3 anos atrás
pai
commit
749c1346f2
1 arquivos alterados com 13 adições e 0 exclusões
  1. 13 0
      jsconfig.json

+ 13 - 0
jsconfig.json

@@ -0,0 +1,13 @@
+{
+  "compilerOptions": {
+    "baseUrl": ".",
+    "paths": {
+      "@/*": ["src/*"]
+    },
+    "target": "ES6",
+    "module": "commonjs",
+    "allowSyntheticDefaultImports": true
+  },
+  "include": ["src/**/*"],
+  "exclude": ["node_modules"]
+}