Replace "ESNext.Promise" with "ES2020.Promise" on tsc lib property
Signed-off-by: MarceloLeite2604 <marceloleite2604@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user