chore: set tsc target to ES2022

This commit is contained in:
Ayo Ayco 2025-03-22 11:38:03 +01:00
parent 583ff6e35a
commit 6cd461ae4e

View file

@ -1,5 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2022",
"allowJs": true, "allowJs": true,
"outDir": "dist", "outDir": "dist",
"declaration": true, "declaration": true,