diff --git a/tsconfig.json b/tsconfig.json index 44e2f13..1a663f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,8 @@ "types": ["node", "jest"] }, "include": [ - "index.ts" + "index.ts", + "cdkv1.ts", + "cdkv2.ts" ] }