diff --git a/tsconfig.json b/tsconfig.json index 2e80ca7..85437a1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "module": "commonjs", "target": "esnext", "sourceMap": true, - "esModuleInterop": true + "esModuleInterop": true, + "outDir": "dist" }, "include": ["src"], "exclude": [