2022-10-16 16:52:21 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2023-09-11 10:44:47 +08:00
|
|
|
"target": "ES2022",
|
2022-10-16 16:52:21 +08:00
|
|
|
"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,
|
2025-03-04 21:00:28 +08:00
|
|
|
"types": ["node", "@cloudflare/workers-types"]
|
2023-02-04 10:53:27 +08:00
|
|
|
}
|
2023-12-05 17:15:06 +08:00
|
|
|
}
|