Skip to content

Commit

Permalink
Replace "ESNext.Promise" with "ES2020.Promise" on tsc lib property
Browse files Browse the repository at this point in the history
Signed-off-by: MarceloLeite2604 <[email protected]>
  • Loading branch information
MarceloLeite2604 committed Mar 18, 2021
1 parent 20d539e commit 16c41c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"incremental": true,
"isolatedModules": true,
"jsx": "react",
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2020", "ESNext.Promise"],
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2020", "ES2020.Promise"],
"module": "ESNext",
"moduleResolution": "node",
"noEmit": false,
Expand Down

0 comments on commit 16c41c2

Please sign in to comment.