瀏覽代碼

新增js配置文件

ljr-395181403 1 年之前
父節點
當前提交
cec44b8589
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      jsconfig.json

+ 15 - 0
jsconfig.json

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