diff --git a/tsconfig.json b/tsconfig.json index 71a6d4e9c..40023434b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "es2017", "module": "commonjs", "outDir": "./lib", + "noEmit": true, "strict": true, "esModuleInterop": true, "sourceMap": true,