Skip to content

Instantly share code, notes, and snippets.

View blackhawk389's full-sized avatar
🏠
Working from home

Sarah blackhawk389

🏠
Working from home
View GitHub Profile
@blackhawk389
blackhawk389 / ts
Created December 7, 2016 05:30
How to use @types
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