Explorar el Código

添加IDE项目配置文件

任一存 hace 3 años
padre
commit
6260d8afe9
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      web/jsconfig.json

+ 9 - 0
web/jsconfig.json

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