Skip to content

Commit

Permalink
fix(publishing): Fixed type definiton file not being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
HHogg committed Sep 22, 2024
1 parent 02f496a commit c804e49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workspaces/package/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["./src"]
}

0 comments on commit c804e49

Please sign in to comment.