Skip to content

Commit

Permalink
fix: fix typing files missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Jun 6, 2023
1 parent 2849e2c commit 9395a8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "dist/index.d.ts",
"description": "Strongly-Typed i18n solution for React",
"scripts": {
"build": "microbundle --jsx React.createElement",
"build": "microbundle --tsconfig tsconfig.build.json --jsx React.createElement",
"test": "jest",
"release": "standard-version"
},
Expand Down
6 changes: 6 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"include": [
"src"
]
}

0 comments on commit 9395a8c

Please sign in to comment.