From 023f44b63bef2fc2bcf6cc9f451888de9d2f7865 Mon Sep 17 00:00:00 2001 From: Kevin Allen Date: Mon, 21 Mar 2022 16:27:06 -0400 Subject: [PATCH] fix: build output --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 218fc4c..886d883 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,6 +30,7 @@ "cdk.out" ], "include": [ - "package.json" + "package.json", + "lib/**/*.ts" ] }