码桶

发现社区成员的开源项目

早晚圈 / meeting 公开
main
meeting/tsconfig.json
tsconfig.json261 B
{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "strict": true,
    "skipLibCheck": true,
    "lib": ["ES2022"],
    "types": ["@cloudflare/workers-types", "node"]
  },
  "include": ["src/**/*"]
}