22 lines
492 B
JSON
22 lines
492 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"moduleResolution": "Node",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strictPropertyInitialization": true,
|
||
|
"strictNullChecks": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"types": [
|
||
|
"jest",
|
||
|
"node",
|
||
|
"@cloudflare/workers-types"
|
||
|
],
|
||
|
},
|
||
|
"include": [],
|
||
|
}
|