From ef5e260de0771a88982003e0070eab6c1d908ed5 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Mon, 1 Aug 2022 21:30:50 -0500 Subject: [PATCH] fix: output declarations --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 1ca271f..eb3d096 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "es2020" ], "module": "commonjs", + "outDir": "dist", "rootDir": ".", "sourceMap": true, "strict": true,