Skip to content

Commit

Permalink
fix: ignore code un dist to avoid recursive builds (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang authored Aug 7, 2024
1 parent c6341a7 commit cae5e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"typeRoots": ["./node_modules/@types"],
"outDir": "dist"
},
"exclude": ["node_modules", "cdk.out", "lib/user-interface/react-app"]
"exclude": ["dist", "node_modules", "cdk.out", "lib/user-interface/react-app"]
}

0 comments on commit cae5e24

Please sign in to comment.