Skip to content

Commit

Permalink
fix: Add types to package.json (#110)
Browse files Browse the repository at this point in the history
Improve type discover-ability in some IDEs
  • Loading branch information
Lino Alejandro Martell Guevara committed May 6, 2020
1 parent b5e746c commit 849ff1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -13,6 +13,7 @@
],
"main": "./build-cjs/src/main.js",
"module": "./build-esm/src/main.js",
"types": "./build-esm/src/main.d.ts",
"exports": {
"require": "./build-cjs/src/main.js",
"node": "./build-cjs/src/main.mjs",
Expand Down

0 comments on commit 849ff1a

Please sign in to comment.