diff --git a/tsconfig.json b/tsconfig.json index 1c223e3..c215265 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ /* Strictness & Safety */ "strict": true, "allowJs": true, + "noEmit": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true,