Update package.json to reference the index.d.ts file with Typescript types. Providing types with the package makes using the package more natural for folks working in typescript projects.
I've copied the types from DefinitelyTyped as a starting point. Once this is merged, the types can be removed from DefinitelyTyped since the package will ship with the types itself.
Update package.json to reference the index.d.ts file with Typescript types. Providing types with the package makes using the package more natural for folks working in typescript projects.
I've copied the types from DefinitelyTyped as a starting point. Once this is merged, the types can be removed from DefinitelyTyped since the package will ship with the types itself.