mirror of
https://github.com/oven-sh/setup-bun
synced 2026-09-07 20:04:03 +00:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
// "bun-types" is the important part
|
|
"types": ["bun-types"]
|
|
}
|
|
} |