summaryrefslogtreecommitdiffhomepage
path: root/cloud/resource/tsconfig.json
blob: 829dbad01077432a52d3d18eaf0f2fdc6acd1624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/node22/tsconfig.json",
  "compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "bundler",
    "types": [
      "@cloudflare/workers-types",
      "node"
    ]
  }
}