mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08: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"]
|
|
}
|
|
} |