Skip to content

Commit 6c6c2ab

Browse files
committed
typescript support added
1 parent 6db5d62 commit 6c6c2ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mui-sidebar",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "react mui sidebar",
55
"main": "dist/index.js",
66
"type": "module",
@@ -14,6 +14,9 @@
1414
"type": "git",
1515
"url": "git+https://github.com/adminmart/react-mui-sidebar.git"
1616
},
17+
"files": [
18+
"dist"
19+
],
1720
"keywords": [
1821
"react-mui-sidebar",
1922
"sidebar",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"node_modules", // Exclude node_modules directory from the compilation
2222
"dist" // Exclude the dist directory to avoid compiling output files
2323
]
24-
}
24+
}
2525

0 commit comments

Comments
 (0)