Update tsconfig.json

This commit is contained in:
freearhey
2025-10-25 03:30:16 +03:00
parent 296b47db4d
commit 8a9b9089ba

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"module": "commonjs",
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "es2022",
"esModuleInterop": true,