Align script TypeScript lib with server build

This commit is contained in:
Mohamed Boudra
2026-05-05 18:54:29 +07:00
parent f89e5604d2
commit fd4e26ca9b

View File

@@ -3,7 +3,7 @@
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2020"],
"lib": ["ES2022"],
"types": ["node"],
"strict": true,
"skipLibCheck": true,