]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: unlike Vitest, Cypress CT runs in full DOM environment, so no need to empty...
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Jun 2022 02:53:21 +0000 (10:53 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Jun 2022 08:41:17 +0000 (16:41 +0800)
template/tsconfig/cypress-ct/tsconfig.cypress-ct.json

index f3aef9ab75c41b5eec45ae3115f745fff0003229..29cbaa47c5929d61c8fc77e046e865ee5d01a17f 100644 (file)
@@ -3,7 +3,6 @@
   "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "cypress/support/component.*"],
   "exclude": [],
   "compilerOptions": {
-    "composite": true,
-    "lib": []
+    "composite": true
   }
 }