Skip to content

Commit

Permalink
Merge pull request #4 from badsyntax/types
Browse files Browse the repository at this point in the history
Publish TypeScript types
  • Loading branch information
badsyntax authored Dec 16, 2021
2 parents 8087a40 + d2a3c60 commit d1c5dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"moduleResolution": "node"
"moduleResolution": "node",
"declaration": true
},
"exclude": ["node_modules"]
}

0 comments on commit d1c5dd7

Please sign in to comment.