Skip to content

Commit

Permalink
Use types first as suggested in the TypeScript docs
Browse files Browse the repository at this point in the history
Co-authored-by: Wojciech Pawlik <woj.pawlik@gmail.com>
  • Loading branch information
ulrichb and wojpawlik committed Jun 4, 2022
1 parent 6ddc397 commit 1414395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"exports": {
".": { "require": "./lib/index.js", "types": "./typings/index.d.ts" },
".": { "types": "./typings/index.d.ts", "require": "./lib/index.js" },
"./types": "./types.js"
},
"files": [
Expand Down

0 comments on commit 1414395

Please sign in to comment.