Target ES2021

pull/125/head
tycrek 2 years ago
parent 0f54ac24b4
commit 76eecfcaa7
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -2,8 +2,9 @@
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"target": "ES2021",
"lib": [
"ES2020",
"ES2021",
"DOM"
],
"allowJs": true,

Loading…
Cancel
Save