mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
9 lines
No EOL
177 B
JSON
9 lines
No EOL
177 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
// "bun-types" is the important part
|
|
"types": ["bun-types"]
|
|
}
|
|
} |