fix: use ES2018

This commit is contained in:
xHyroM 2022-07-11 09:57:02 +02:00
parent e187173d21
commit 8aad90088f
3 changed files with 2 additions and 13 deletions

View file

@ -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"],