Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use path to types file instead of directory in package.json (#150)
This is apparently what is specified in the TS documentation: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package VSCode Intellisense can't cope with the use of a directory here and refuses to read the types file.
- Loading branch information