mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-21 05:58:21 +02:00
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["ES2020"],
|
|
"module": "ES2020",
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"types": ["bun-types"]
|
|
}
|
|
}
|