You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
At first I had added parameter "lib":"es2017" into tsconfig.json file.
Now TS in WebStorm doesn't complain anymore and autocomplete is even suggesting Object.entries() method, but in the end compiling fails with following error message:
Compiling...
Failed to compile.
...
(73,43): Property 'entries' does not exist on type 'ObjectConstructor'.
At first I had added parameter
"lib":"es2017"
intotsconfig.json
file.Now TS in WebStorm doesn't complain anymore and autocomplete is even suggesting
Object.entries()
method, but in the end compiling fails with following error message:Configuration of ejected TS
create-react-app
:tsconfig.json:
package.json:
The text was updated successfully, but these errors were encountered: