Skip to content

Commit

Permalink
fix: Update tsconfig.json to emit index.d.ts (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Beckwith <justin.beckwith@discordapp.com>
  • Loading branch information
npbenjohnson and JustinBeckwith committed Nov 13, 2023
1 parent d837842 commit bff6aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"strict": true,
"declaration": true,
"sourceMap": true,
"target": "ES2022",
"rootDir": ".",
Expand Down

0 comments on commit bff6aa9

Please sign in to comment.