mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-21 07:40:14 +02:00
chore: base
This commit is contained in:
+4
-1
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "dist/",
|
||||
"lib": ["ESNext"],
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "node",
|
||||
// "bun-types" is the important part
|
||||
"types": ["bun-types"]
|
||||
"types": ["bun-types"],
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user