Skip to content

Commit 4eb57f7

Browse files
authoredSep 22, 2021
Merge pull request #23 from gcharis/patch-1
Include declaration files in the dist
2 parents 4fb772e + 5905f01 commit 4eb57f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matte-ui",
3-
"version": "0.8.18",
3+
"version": "0.8.19",
44
"description": "Matte is a UI component library on top of MUI and other react libraries.",
55
"author": "Squaredev",
66
"license": "Apache-2.0",

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sourceMap": true,
88
"allowJs": false,
99
"jsx": "react",
10-
"declaration": false,
10+
"declaration": true,
1111
"moduleResolution": "node",
1212
"forceConsistentCasingInFileNames": true,
1313
"noImplicitReturns": true,

0 commit comments

Comments
 (0)
Please sign in to comment.