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 |