From f70d8a13cd3cecd116c59bdf9222036a48baba4f Mon Sep 17 00:00:00 2001 From: Ashwini Mani Date: Wed, 5 Jul 2023 10:21:12 +0100 Subject: [PATCH] Remove deprecated charset --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3c847c8..e45ad23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "allowUnreachableCode": true, "allowUnusedLabels": true, "alwaysStrict": true, - "charset": "utf8", "emitDecoratorMetadata": false, "esModuleInterop": true, "experimentalDecorators": true,