mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-22 09:40:12 +08:00
* Do not save cache on hit * Support Windows (canary only) * Support `registry-url` and `scope`
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["ES2020"],
|
|
"module": "ES2020",
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|