Files
toworker/smsreceiver-worker/worker/tsconfig.json
2026-03-23 12:58:51 +08:00

11 lines
203 B
JSON

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