-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make type definition files explicit in package.json (#449)
`.d.ts` files have already been published to npm, but tsc sometimes does not use them by `import { something } from "remix-utils/something"`. This PR adds them to `package.json` and allow tsc to use them *uncoditionally*. There is no "TS" badge in https://www.npmjs.com/package/remix-utils now, but one may be added thanks to this PR.
- Loading branch information
Showing
1 changed file
with
148 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters