From b8db9bef1bff965b3176a557b21f65c7f0892c3b Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Thu, 24 Aug 2023 09:23:02 +0200 Subject: [PATCH] fix up tsconfig --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d1a21006..b9a4c2df 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,12 +12,12 @@ "experimentalDecorators": true, "importHelpers": true, "lib": ["es2016", "es2018", "dom"], - "target": "ES2017", + "target": "es2017", "allowSyntheticDefaultImports": true, "preserveSymlinks": true, "esModuleInterop": true, "baseUrl": ".", - "module": "ES2020", + "module": "es2020", "paths": { "*": ["*"], "bazel-bin/*": ["bazel-bin/*"]