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
Viewing the source in VSCode, I see dozens of errors and warnings. This gets in the way of understanding the example.
Here are two examples:
Most of them are warnings about implicit 'any' types. It's recommended that they be fixed, but there are so many that you might want to disable them for now. To disable these warnings, you can add "noInplicitAny":false to the tsconfig.json file like this:
Viewing the source in VSCode, I see dozens of errors and warnings. This gets in the way of understanding the example.
Here are two examples:
Most of them are warnings about implicit 'any' types. It's recommended that they be fixed, but there are so many that you might want to disable them for now. To disable these warnings, you can add "noInplicitAny":false to the tsconfig.json file like this:
Errors about 'cannot find module' for SVG files can be fixed by creating a declarations.d.ts file in the src directory with this content:
That still leaves a dozen or so errors to fix.
The text was updated successfully, but these errors were encountered: