aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/tsconfig.json
blob: bf020b01bf5d7741936b7c9ff02001d9d1ac34b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/node21/tsconfig.json",
  "include": ["**/*.ts"],
  "exclude": ["node_modules"],
  "compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "node",
    "baseUrl": "./",
    "esModuleInterop": true
  }
}