chore(repo): change tsconfig.lib.json target to ES2022

This commit is contained in:
Carlos Garcia Ortiz karliatto
2025-02-14 15:23:45 +01:00
committed by Carlos García Ortiz
parent d9a4f0e04a
commit 974fb2f904

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es6",
"target": "ES2022",
"importHelpers": true,
"composite": false,