Files
bun-src/packages/bun-error/tsconfig.json
T
2026-08-27 21:09:14 +00:00

12 lines
239 B
JSON

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