aboutsummaryrefslogtreecommitdiff
path: root/examples/blank/tsconfig.json
blob: ebdb7d2f6b631d785b3d80947fef21ea0a1b5ca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "lib": ["ESNext"],
    "module": "esnext",
    "target": "esnext",
    // "bun-types" is the important part
    "types": ["bun-types"]
  }
}