diff --git a/tsconfig.json b/tsconfig.json index cb99bb53..dc0d54bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "es2020", - "module": "es2020", + "target": "ES2020", + "module": "ES2020", "strict": true, "declaration": true, "strictNullChecks": true,