diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 508e44b..d7fc0f4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { - /* Visit https://aka.ms/tsconfig.json to read more about this file */ - "target": "es2018", + "target": "es2019", "module": "es2020", "isolatedModules": true, "esModuleInterop": true, |
