aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 1bd313fae4a1cbb1e1b099815568f7ebeaecc068 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "lib": ["ESNext"],
    "module": "esnext",
    "target": "esnext",
    "typeRoots": ["./types"],
    "types": ["bun"]
  },
  "exclude": ["src"]
}