Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-godefroy-dev committed Sep 26, 2022
1 parent b555a75 commit 0f7ff41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"files": [
"src",
"lib",
"!lib/typescript/example",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig",
"exclude": ["example"],
"include": ["src"],
"compilerOptions": {
"noEmit": false
}
Expand Down

0 comments on commit 0f7ff41

Please sign in to comment.