fix(tsconfig): add noEmit param to awoid errors

This commit is contained in:
Ilia Mashkov
2026-01-16 13:14:33 +03:00
parent f3de6c49a3
commit 1976affdff

View File

@@ -10,6 +10,7 @@
/* Strictness & Safety */
"strict": true,
"allowJs": true,
"noEmit": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,