We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22a79a commit 68c80cbCopy full SHA for 68c80cb
1 file changed
tests/e2e/tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "@repo/typescript-config/base.json",
3
"compilerOptions": {
4
- "types": ["node", "vitest"],
+ "types": ["node", "vitest", "@cloudflare/workers-types"],
5
"lib": ["ES2022"]
6
},
7
"include": ["**/*.ts"],
0 commit comments