Skip to content

Commit

Permalink
Merge pull request #72 from emerson-eps/users/clion/semanticRelease
Browse files Browse the repository at this point in the history
fix: attempt to fix the semantic release issue related to tsconfig
  • Loading branch information
lioncedric authored Oct 30, 2024
2 parents 1c3ff00 + 438b25f commit 192550a
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 @@ -13,5 +13,6 @@
"declarationMap": true,
"outDir": "dist"
},
"include": ["src"]
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 192550a

Please sign in to comment.