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