cdktf-init typescript template general QOL improvements #2490
Labels
build
enhancement
New feature or request
priority/important-longterm
Medium priority, to be worked on within the following 1-2 business quarters.
size/medium
estimated < 1 week
ux/configuration
Community Note
Description
build
folder (aka set outDir tobuild
), rather than dumping them next to the code. These files clutter up the folder and I don't want to see them.app.ts
file and aexampleStack.ts
file.main.ts
instantiates the app fromapp.ts
, app.ts instantiates the stack fromexampleStack.ts
,exampleStack.ts
can stay empty as it is in the current template. Example on what this would look like can be seen in this issue.References
https://www.typescriptlang.org/tsconfig#outDir
The text was updated successfully, but these errors were encountered: