mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
15 lines
459 B
JSON
15 lines
459 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
|
|
"paths": {
|
|
"bun-framework-react/*": ["./bun-framework-react/*"],
|
|
"bindgen": ["../codegen/bindgen-lib"]
|
|
},
|
|
"jsx": "react-jsx",
|
|
"types": ["react/experimental"]
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", "../runtime.js", "../runtime.bun.js"],
|
|
"references": [{ "path": "../../packages/bun-types" }]
|
|
}
|