diff --git a/examples/type-checked/cypress/tsconfig.json b/examples/type-checked/cypress/tsconfig.json index c94f1d4..a13c5d6 100644 --- a/examples/type-checked/cypress/tsconfig.json +++ b/examples/type-checked/cypress/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "@vue/tsconfig/tsconfig.dom.json", - "include": ["./**/*", "../support/**/*"], + "include": ["./e2e/**/*", "./support/**/*"], "compilerOptions": { "isolatedModules": false, "types": ["cypress"]