We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61661a commit a843805Copy full SHA for a843805
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"lib": ["ESNext"],
4
"module": "ESNext",
5
- "target": "ES2015",
+ "target": "ES2020",
6
"moduleResolution": "bundler",
7
"verbatimModuleSyntax": true,
8
"noEmit": true,
0 commit comments