diff --git a/shared/tsconfig.json b/shared/tsconfig.json index e93972e..32bd32c 100644 --- a/shared/tsconfig.json +++ b/shared/tsconfig.json @@ -6,7 +6,7 @@ "declaration": true, "declarationMap": true, "sourceMap": true, - "outDir": "./dist", + "outDir": "./build", "esModuleInterop": true, "strict": true },