Skip to content

Commit

Permalink
Merge pull request #5 from whisthub/feature/fix-output
Browse files Browse the repository at this point in the history
fix: ensure type declarations are in build
  • Loading branch information
sebamarynissen committed Jan 31, 2024
2 parents 53268e5 + 3942c67 commit 93d1348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@
"strict": true,
"noImplicitAny": false,
"removeComments": false,
"emitDecoratorMetadata": true,
"composite": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"sourceMap": true,
"isolatedModules": false,
"declaration": true
},
"exclude": ["node_modules", "**/__tests__"],
"include": ["./src"]
Expand Down

0 comments on commit 93d1348

Please sign in to comment.