From b8ea90253a8ae64077804532bfc3f5cc058f99e1 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 21 Sep 2022 15:47:50 -0400 Subject: [PATCH] *set outDir --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": [