aboutsummaryrefslogtreecommitdiff
path: root/web/api/tsconfig.json
blob: 7446044548a751cb56c51283bb53d4feac19fa4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "rootDir": "src",
    "lib": ["ES2022"],
    "types": ["@cloudflare/workers-types"],
    "noEmit": true,
    "jsx": "react-jsx",
    "jsxImportSource": "hono/jsx"
  },
  "include": ["src/**/*.ts"]
}