fix(build): Update build tooling and TypeScript compilation target

This commit is contained in:
2025-11-27 23:07:58 +00:00
parent aead721a58
commit 4f1d359752
5 changed files with 99 additions and 558 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2022",
"target": "ES2024",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,