-
-
Save blackhawk389/23d7fea25a3da7c515adee83a56241cd to your computer and use it in GitHub Desktop.
How to use @types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make really sure that your IDE should support TypeScript 2.0 or > | |
Install definitly types using npm install --save @types/name | |
Import using ES import syntax into your project file | |
Thats it no need to reference files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment