Skip to content

Commit 8915715

Browse files
committed
exlude cypress-specifc tsconfig from build/dev
1 parent 25b9013 commit 8915715

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tsconfig.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
},
3737
"types": ["vitest/globals", "@testing-library/jest-dom"]
3838
},
39-
"include": [
40-
"vitest.config.mts",
41-
"next-env.d.ts",
42-
"**/*.js",
43-
"**/*.ts",
44-
"**/*.tsx",
45-
],
46-
"exclude": ["node_modules"]
39+
"include": ["vitest.config.mts", "next-env.d.ts", "**/*.js", "**/*.ts", "**/*.tsx"],
40+
"exclude": ["node_modules", "./cypress/tsconfig.json"]
4741
}

0 commit comments

Comments
 (0)