Skip to content

Commit

Permalink
chore(framework-integ): compile config.ts (#27200)
Browse files Browse the repository at this point in the history
otherwise this [file](https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk-testing/framework-integ/test/config.ts) does not get compiled at build time and leads (at least my local setup) to believe the nodejs runtime is node16, not node18.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kaizencc committed Sep 19, 2023
1 parent 2866240 commit af998c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk-testing/framework-integ/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"incremental": true
},
"include": [
"config.ts",
"**/*.ts",
"**/*.d.ts"
],
Expand Down

0 comments on commit af998c8

Please sign in to comment.