Explorar o código

新增js配置文件

ljr-395181403 hai 1 ano
pai
achega
cec44b8589
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      jsconfig.json

+ 15 - 0
jsconfig.json

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