0.0.6 • Published 5 years ago
@amalga/types v0.0.6
Amalga Types
As such, treated like such.
For now this is all the user defined interfaces, modules, etc I have had to create om horde.
Inclusion
Make sure to somehow1 import the index.d.ts
file from the root folder into your project from you tsconfig
Extensions | extensions.d.ts
This is for any types
from modules/packages being used that have not yet defined their own types
or said type
is not found in the DefinitelyTyped --> Type Definition Library (TypeSearch)
Notes
1 | In different projects I have seen types
, typeRoots
and includes
being used to get Definitions loaded.