SPFx 101: Include an Additional Typings Definition in your SPFx Project using @types

The SharePoint Framework transitioned from tds to @types for typing declarations with the Release Candidate 0 code drop, which makes it very simple to use no other tool than npm to install and manage our type declaration files. When you want to install a new type declaration for your #SPFx solution, install it with “npm […]