瀏覽代碼

chore: update cypress tsconfig

走鹃 3 年之前
父節點
當前提交
706ea7a781
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      cypress/tsconfig.json

+ 5 - 2
cypress/tsconfig.json

@@ -1,7 +1,10 @@
 {
     "compilerOptions": {
       "allowJs": true,
-      "types": ["cypress"]
+      "types": ["cypress"],
+      "baseUrl": "./",
+      "outDir": "dist",
     },
-    "include": ["**/*.*"]
+    "include": ["**/*.spec.js"],
+    "exclude": ["node_modules"]
 }