Browse Source

chore: update cypress tsconfig

走鹃 3 years ago
parent
commit
706ea7a781
1 changed files with 5 additions and 2 deletions
  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"]
 }