Files
mengya-nav/worker/tsconfig.json
2026-06-24 22:10:28 +08:00

14 lines
276 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["@cloudflare/workers-types"],
"lib": ["ES2022"]
},
"include": ["src/**/*.ts"]
}