mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08:00
12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist/",
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "ES2018",
|
|
"moduleResolution": "node",
|
|
// "bun-types" is the important part
|
|
"types": ["bun-types"],
|
|
"skipLibCheck": true
|
|
}
|
|
} |