mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"typeRoots": ["~/.bun/types"]
|
|
}
|
|
}
|