mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
// "bun-types" is the important part
|
|
"types": ["bun-types"]
|
|
}
|
|
}
|