Skip to content

Commit cb3400d

Browse files
committed
Fixing test:e2e compilation
1 parent 36df2f9 commit cb3400d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

package-lock.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@cloudflare/blindrsa-ts": "0.4.3",
3939
"@cloudflare/vitest-pool-workers": "0.12.5",
4040
"@cloudflare/workers-types": "4.20260122.0",
41+
"@types/node": "25.0.10",
4142
"@typescript-eslint/eslint-plugin": "6.21.0",
4243
"@typescript-eslint/parser": "6.21.0",
4344
"commander": "12.1.0",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"sourceMap": true,
1111
"types": ["@cloudflare/workers-types"],
1212
"esModuleInterop": true,
13-
"rootDir": "src"
13+
"rootDir": "."
1414
},
1515
"include": ["src"],
16-
"exclude": ["node_modules", "dist", "test"]
16+
"exclude": ["node_modules", "dist"]
1717
}

0 commit comments

Comments
 (0)