Set target to ES2020 in tsconfig

This commit is contained in:
Aditya Thakral 2021-09-20 17:09:39 -04:00
parent 37bf2d4e6d
commit 53e2a19d72
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"target": "es5",
"target": "ES2020",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,