Skip to content

Commit

Permalink
fix(tsconfig): exclude cdk build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed May 1, 2024
1 parent c91b812 commit ee7a3c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-yaks-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/tsconfig": patch
---

The CDK configuration now excludes build artifacts.
1 change: 1 addition & 0 deletions packages/tsconfig/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"display": "CDK",
"extends": "./base.json",
"exclude": ["cdk.out"],
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
Expand Down

0 comments on commit ee7a3c9

Please sign in to comment.