Skip to content

Commit

Permalink
fixed typescript missing declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
underfisk committed Aug 6, 2022
1 parent 841a588 commit 6d3dc87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"noEmit": false,
"removeComments": false,
"jsx": "react-jsx",
"outDir": "dist"
"outDir": "dist",
"declaration": true,
"declarationMap": true
},
"include": ["src"]
}

0 comments on commit 6d3dc87

Please sign in to comment.