Skip to content

Commit af998c8

Browse files
authored
chore(framework-integ): compile config.ts (#27200)
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*
1 parent 2866240 commit af998c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@aws-cdk-testing/framework-integ/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"incremental": true
1919
},
2020
"include": [
21+
"config.ts",
2122
"**/*.ts",
2223
"**/*.d.ts"
2324
],

0 commit comments

Comments
 (0)