Skip to content

Commit

Permalink
core tsconfig: update target (#37216)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Dec 14, 2021
1 parent f020f16 commit 459869b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"checkJs": true,
"noEmit": true,
"downlevelIteration": true,
"target": "es5",
"target": "esnext",
"moduleResolution": "node",
"strictNullChecks": true,
"noImplicitAny": true,
"lib": ["dom", "esnext", "es6"],
Expand Down

0 comments on commit 459869b

Please sign in to comment.