Skip to content

Commit

Permalink
Ignore cdk.out in the infrastructure tsconfig not the root
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjswift committed Aug 31, 2020
1 parent bda5883 commit 05f0eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion infrastructure/cdk/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": "../../tsconfig.json"
"extends": "../../tsconfig.json",
"exclude": ["cdk.out/**/*"]
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false
},
"exclude": ["cdk.out"]
}
}

0 comments on commit 05f0eda

Please sign in to comment.