diff --git a/tsconfig.json b/tsconfig.json index 27f459e9..82e31b92 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module": "commonjs", "outDir": "./dist", "strict": true, + "noEmit": true, "esModuleInterop": true, "resolveJsonModule": true, "lib": ["es2022", "dom"]