From 093b5a726dce457fc6ed4abea767520298f9e762 Mon Sep 17 00:00:00 2001 From: Gowri Date: Thu, 5 Oct 2023 15:20:38 +1030 Subject: [PATCH] DO-1530: run formatter --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f2309643..e3441a84 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ "experimentalDecorators": true, "strictPropertyInitialization": false, "typeRoots": ["./node_modules/@types"], - "types": ["node", "jest"], + "types": ["node", "jest"] }, "exclude": ["**/node_modules", "cdk.out", "**/handlers/**"] }