Skip to content

Commit 266fe03

Browse files
committed
Add @cloudflare/workers-types
1 parent b84cd5f commit 266fe03

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

builder/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"homepage": "https://github.com/flarelabs-net/poc-next",
2929
"devDependencies": {
30+
"@cloudflare/workers-types": "^4.20240909.0",
3031
"@types/node": "^22.2.0",
3132
"esbuild": "^0.23.0",
3233
"glob": "^11.0.0",

builder/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"esModuleInterop": true,
77
"forceConsistentCasingInFileNames": true,
88
"strict": true,
9-
"skipLibCheck": true
9+
"skipLibCheck": true,
10+
"types": ["@cloudflare/workers-types"]
1011
}
1112
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)