mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
// Path remapping
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"bindgen": ["./codegen/bindgen-lib.ts"],
|
|
}
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
// separate projects have extra settings that only apply in those scopes
|
|
"exclude": ["js", "bake"]
|
|
}
|