Changed tsconfig

This commit is contained in:
2025-09-12 19:21:24 +02:00
parent d3104bb5a2
commit a9d0a060b8

View File

@@ -4,7 +4,7 @@
"lib": ["ES2021"], "lib": ["ES2021"],
"module": "commonjs", "module": "commonjs",
"outDir": "dist", "outDir": "dist",
"strict": true, "strict": false,
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": true, "skipLibCheck": true,
"forceConsistentCasingInFileNames": true "forceConsistentCasingInFileNames": true