deno.land / x / esm@v135_2 / packages / esm-worker / tsconfig.json
12345678910111213141516171819{ "compilerOptions": { "lib": [ "DOM", "DOM.Iterable", "ESNext", ], "types": [ "@cloudflare/workers-types" ], "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "noEmit": true, "allowImportingTsExtensions": true }, "include": [ "src/**/*.ts" ]}
Version Info