mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08:00
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["ES2020"],
|
|
"module": "ES2020",
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|