tsconfig: update to es2021
This commit is contained in:
parent
11e0bbde38
commit
b3b69c3653
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"outDir": "./dist/",
|
||||
"noImplicitAny": true,
|
||||
"module": "esnext",
|
||||
"target": "es5",
|
||||
"target": "es2021",
|
||||
"downlevelIteration": true, // Needed to allow iteration over some objects like Map() while target is es5
|
||||
"jsx": "react-jsx",
|
||||
"sourceMap": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue