From b65cd606c151b6d6f55f5d2a90125dbb6be13590 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Thu, 24 Oct 2024 16:52:11 -0700 Subject: [PATCH] chore: OCD --- tsconfig-google.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig-google.json b/tsconfig-google.json index 945f4890..dbed8703 100644 --- a/tsconfig-google.json +++ b/tsconfig-google.json @@ -4,7 +4,7 @@ "allowUnusedLabels": false, "composite": true, "forceConsistentCasingInFileNames": true, - "lib": ["es2023"], + "lib": ["ES2023"], "module": "commonjs", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, @@ -13,7 +13,7 @@ "sourceMap": true, "stripInternal": true, "strict": true, - "target": "es2022" + "target": "ES2022" }, "exclude": ["node_modules"] }