Share: fix types

This commit is contained in:
Frank
2025-05-23 16:41:16 -04:00
committed by Dax Raad
parent c0b03e123b
commit 2be0d26b7b
2 changed files with 5 additions and 11 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"types": ["@cloudflare/workers-types", "node"]
}
}