mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
fix: use ES2018
This commit is contained in:
parent
e187173d21
commit
8aad90088f
3 changed files with 2 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
"outDir": "dist/",
|
||||
"lib": ["ESNext"],
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"target": "ES2018",
|
||||
"moduleResolution": "node",
|
||||
// "bun-types" is the important part
|
||||
"types": ["bun-types"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue