build: target ES2022

pull/177/head
tycrek 1 year ago
parent e425425749
commit 20b907d676
No known key found for this signature in database
GPG Key ID: FF8A54DCE404885A

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

Loading…
Cancel
Save