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