We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfdb34 commit 738cda9Copy full SHA for 738cda9
package.json
@@ -4,7 +4,8 @@
4
"description": "A date picker for your React app.",
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
7
- "source": "src/index.js",
+ "source": "src/index.ts",
8
+ "types": "dist/cjs/index.d.ts",
9
"sideEffects": [
10
"*.css"
11
],
0 commit comments