Skip to content

Commit

Permalink
Fix building of handlers (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog authored Jan 23, 2024
1 parent 3ac7a58 commit e8a97d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"types": ["node", "jest"]
},
"include": [
"index.ts",
"handler/"
"index.ts"
],
"exclude": [
"build/"
"build/",
"handler/"
]
}

0 comments on commit e8a97d1

Please sign in to comment.