码桶
发现社区成员的开源项目
tsconfig.json261 B
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": ["ES2022"],
"types": ["@cloudflare/workers-types", "node"]
},
"include": ["src/**/*"]
}