diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index e663a8b..e6421f5 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "react-benzin", "version": "2.0.0", "description": "A powerful React Material components library.", - "main": "dist/index.js", - "module": "dist/index.js", + "main": "dist/index.tsx", + "module": "dist/index.tsx", "files": [ "dist", "README.md" @@ -29,6 +29,8 @@ "@types/node": "^13.5.0", "@types/react": "^16.9.19", "@types/react-dom": "^16.9.5", + "@types/react-virtualized-auto-sizer": "^1.0.0", + "@types/react-window": "^1.8.1", "eslint": "^6.8.0", "eslint-config-react-app": "^5.1.0", "typescript": "^3.7.5" |