InterviewSolution
Saved Bookmarks
| 1. |
How to define custom typings to avoid editor warnings? |
|
Answer» To avoid editor warning whilst defining CUSTOMIZED typings, we have to prolong the KIND DEFINITION for an external library as a accurate practice. Without ALTERING any node_modules or current typings FOLDER, we have to create a new folder named “custom_typings" and put all our customized kind definitions there. |
|