Skip to content

Commit

Permalink
fix: make hooks that not listed in index.ts to be built too
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Jul 25, 2021
1 parent e0d448f commit c119371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.build.json
@@ -1,7 +1,8 @@
{
"extends": "./tsconfig.json",
"include": [
"src/index.ts"
"src/index.ts",
"src/*/*.ts"
],
"compilerOptions": {
"noEmit": false,
Expand Down

0 comments on commit c119371

Please sign in to comment.