From a54c81496be0a6bccd9142272fa284cd0b7fd21a Mon Sep 17 00:00:00 2001 From: Tyler van Hensbergen Date: Fri, 9 Sep 2022 09:07:26 -0600 Subject: [PATCH] fix: @types/node is required when using typesafe-dynamodb --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 7e34722..31403f7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -100,6 +100,7 @@ async function run() { "@aws-cdk/aws-appsync-alpha", "@functionless/ast-reflection", "@functionless/language-service", + "@types/node", "aws-cdk", "aws-cdk-lib", "aws-sdk",