Skip to content

Commit

Permalink
fix: ts-config
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren committed Aug 1, 2024
1 parent 3d69995 commit fdaafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs.siwt.xyz/cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "npx ts-node cdk/bin/cdk.ts",
"app": "npx ts-node --target esnext cdk/bin/cdk.ts",
"output": "../../dist/packages/docs.siwt.xyz/cdk",
"requireApproval": "never",
"watch": {
Expand Down

0 comments on commit fdaafb0

Please sign in to comment.