Skip to content

Commit

Permalink
Fix types exports (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored May 18, 2023
1 parent 2fb2b29 commit fab3ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,
"declarationDir": "./dist/typings",
"declaration": false,
"moduleResolution": "node",
"skipLibCheck": true,
"module": "ESNext",
Expand Down

0 comments on commit fab3ce2

Please sign in to comment.