diff --git a/tsconfig.json b/tsconfig.json index 701a17e..913aee0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,6 @@ // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json", "compilerOptions": { - "types": [ - "@cloudflare/workers-types/2023-07-01" - ] -} + "module": "ESNext" } +} \ No newline at end of file