tide-typings
v1.0.6
Published
A collection of shared interfaces and declarations for Tide
Downloads
15
Readme
npm install tide-typings --save-dev
Add tide-typings to types in your tsconfiglike so:
{ "compilerOptions": { ... "types": ["some-library", "another-library", "tide-typings"], .. } }