2022-10-16 16:52:21 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2020",
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true,
|
2023-01-01 23:03:44 +08:00
|
|
|
"noUnusedLocals": false,
|
2022-10-16 16:52:21 +08:00
|
|
|
"noUnusedParameters": true,
|
|
|
|
"types": [
|
|
|
|
"jest",
|
|
|
|
"node",
|
|
|
|
"@cloudflare/workers-types"
|
|
|
|
],
|
2023-02-04 10:53:27 +08:00
|
|
|
}
|
2022-10-16 16:52:21 +08:00
|
|
|
}
|