Skip to content

Commit

Permalink
chore: update lib to es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed May 8, 2023
1 parent 32de095 commit 4d0422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2015",
"lib": ["es2015", "dom"],
"lib": ["es2020", "dom"],
"useDefineForClassFields": true,
"noFallthroughCasesInSwitch": true,
"noPropertyAccessFromIndexSignature": true,
Expand Down

0 comments on commit 4d0422b

Please sign in to comment.