Skip to content

Commit

Permalink
Merge pull request #48 from paleite/add-types-in-the-package
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
paleite committed May 14, 2023
2 parents db02a94 + 742a35a commit c8be998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": false,
"declaration": false,
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"resolveJsonModule": true
Expand Down

0 comments on commit c8be998

Please sign in to comment.