UNPKG

666 BJSONView Raw
1{
2 "compilerOptions": {
3 "lib": [
4 "ES2020",
5 "ESNext.AsyncIterable",
6 "DOM",
7 "DOM.Iterable"
8 ],
9 "target": "ES2019",
10 "moduleResolution": "Node",
11 "outDir": ".",
12 "types": [
13 "@cloudflare/workers-types",
14 ],
15 "paths": {
16 "perf_hooks": ["./src/perf_hooks.js"],
17 },
18 "importHelpers": true,
19 "experimentalDecorators": true,
20 "strict": true,
21 "skipLibCheck": true,
22 "skipDefaultLibCheck": true,
23 "declaration": true,
24 "declarationMap": true,
25 "sourceMap": true,
26 "inlineSources": true,
27 },
28 "include": [
29 "typings/*.d.ts",
30 "src/**/.ts",
31 "src/*.ts"
32 ],
33 "exclude": []
34}
\No newline at end of file