Skip to content

Commit

Permalink
feat(tsconfig): upgrade to es2021
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamKhalatova committed Feb 22, 2024
1 parent b6fab21 commit 849bab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"esModuleInterop": true,
"resolveJsonModule": true,
"lib": [
"es2020",
"ES2021",
"DOM"
],
"module": "CommonJS",
Expand All @@ -22,7 +22,6 @@
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"experimentalDecorators": true,
"incremental": true,
"lib": [
"es2020"
"ES2021"
],
"module": "CommonJS",
"noEmitOnError": true,
Expand Down

0 comments on commit 849bab6

Please sign in to comment.