Files
bun.sh/packages/bun-error/tsconfig.json
Jarred Sumner f528dc5300 shrink bun error modal by 250 KB (#22813)
### What does this PR do?

### How did you verify your code works?

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-19 23:54:18 -07:00

12 lines
239 B
JSON

{
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}