deno.land / x / esm@v135_2 / packages / esm-worker / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "compilerOptions": { "lib": [ "DOM", "DOM.Iterable", "ESNext", ], "types": [ "@cloudflare/workers-types" ], "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "noEmit": true, "allowImportingTsExtensions": true }, "include": [ "src/**/*.ts" ]}
esm

Version Info

Tagged at
a year ago