diff --git a/tsconfig.json b/tsconfig.json index 1f82f43..b5f2227 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "esnext", "module": "commonjs", "rootDir": "./", - "outDir": "./dist", + "noEmit": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true,