diff --git a/tsconfig.json b/tsconfig.json index 71a6d4e9c..430c9b0bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "es2017", "module": "commonjs", - "outDir": "./lib", + "noEmit": true, "strict": true, "esModuleInterop": true, "sourceMap": true,