Files
toworker/worker/tsconfig.json
2026-03-23 04:08:27 +08:00

11 lines
203 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"types": ["@cloudflare/workers-types"]
}
}