UNPKG

525 BJSONView Raw
1{
2 "compilerOptions": {
3 "lib": [
4 "ES2020",
5 "ESNext.AsyncIterable",
6 "DOM",
7 "DOM.Iterable"
8 ],
9 "target": "ES2015",
10 "moduleResolution": "Node",
11 "outDir": "cjs",
12 "types": [
13 "@cloudflare/workers-types",
14 ],
15 "importHelpers": true,
16 "experimentalDecorators": true,
17 "strict": true,
18 "skipLibCheck": true,
19 "skipDefaultLibCheck": true,
20 "module": "CommonJS",
21 },
22 "include": [
23 "typings/*.d.ts",
24 "src/**/.ts",
25 "src/*.ts"
26 ],
27 "exclude": [],
28}
\No newline at end of file