aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-error/tsconfig.json
blob: ddf84fcae77f3beb5a8b6292e239ea6aeffba85c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "jsx": "react",
    "lib": [
      "ESNext",
      "DOM"
    ],
    "module": "esnext",
    "target": "esnext",
    "moduleResolution": "node",
    "allowSyntheticDefaultImports": true,
  }
}