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