FFrankwip: zen
4159db45创建于 2025年10月4日历史提交
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/node22/tsconfig.json",
  "compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "bundler",
    "jsx": "preserve",
    "jsxImportSource": "react",
    "types": ["@cloudflare/workers-types", "node"]
  }
}