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