Skip to content

Commit

Permalink
chore: exclude handlers from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 21, 2024
1 parent 31a200e commit a1c30ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"typeRoots": ["./node_modules/@types"],
"baseUrl": "."
},
"exclude": ["**/node_modules", "cdk.out"]
"exclude": ["**/node_modules", "cdk.out", "**/handlers/**"]
}

0 comments on commit a1c30ae

Please sign in to comment.