diff --git a/tsconfig.json b/tsconfig.json index a3de3b1..8e65519 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,9 @@ "lib": [ "esnext" ], - "types": [ - "@cloudflare/workers-types" + "typeRoots": [ + "./node_modules/@types", + "./node_modules/@cloudflare/workers-types" ], "moduleResolution": "node", "strict": true,