Browse Source

添加IDE配置文件

任一存 4 years ago
parent
commit
cc8727c037
1 changed files with 9 additions and 0 deletions
  1. 9 0
      jsconfig.json

+ 9 - 0
jsconfig.json

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