Skip to content

Commit

Permalink
fix(init-templates) Exclude cdk.out from TS compilation (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Pierre Gingras authored and Elad Ben-Israel committed Jun 1, 2019
1 parent 2bfc1c2 commit dcfd9d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false
}
},
"exclude": ["cdk.out"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false
}
},
"exclude": ["cdk.out"]
}

Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"allowJs": true,
"checkJs": true,
"noEmit": true
}
},
"exclude": ["cdk.out"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false
}
},
"exclude": ["cdk.out"]
}

0 comments on commit dcfd9d2

Please sign in to comment.