From 91475e51df11427e2042affa4c25f98e830c72d6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 21 Dec 2023 20:01:27 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: github-actions --- tsconfig.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ac5eb3b5..e8346532 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "inlineSourceMap": true, "inlineSources": true, "alwaysStrict": true, - "charset": "utf8", "declaration": true, "experimentalDecorators": true, "incremental": true, @@ -14,7 +13,6 @@ "es2020" ], "module": "CommonJS", - "newLine": "lf", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, @@ -36,7 +34,8 @@ "src/**/*.ts" ], "exclude": [ - "node_modules" + "node_modules", + "/home/runner/work/cdk-watchful/cdk-watchful/lib/.types-compat" ], "_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore" -} +} \ No newline at end of file