diff --git a/tsconfig.json b/tsconfig.json index 46ad917b1..28e064bab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ */ { "compilerOptions": { - "esModuleInterop": true + "esModuleInterop": true, + "outDir": "./dist" }, "files": [], "references": [