Files
bun.sh/packages/bun-error/tsconfig.json
2025-05-12 17:12:17 -07:00

11 lines
202 B
JSON

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