Momo Kornher
Momo Kornher
You know what? That's a pretty good idea! API wise, I'd probably wrap this into something like ```ts const compilerOptions = TsCompilerOptions.fromScratch({ // do whatever you want! }) ``` But...
Let's wait for @giseburt to tell us why this doesn't work. 🙈
> Oh no! 😬 My reputation precedes me! Positive reputation! You are an expert for these uses cases. I am not. > Which is the takeaway here, right? Have a...
We should probably get the JavaScript Code stuff in first without the eslint part.
I'm not very familiar with this setup. Have you already double checked the publib docs? https://github.com/cdklabs/publib?tab=readme-ov-file#nuget
Also from what you've posted I can't tell if SERVER_URL is being replaced be the actual value, or if it's used as it is a string.
> Presently, to change the default Python version in a project, one must use `project.add_dependency`, which is not only cumbersome but also obscures how to properly set a specific Python...
Drafting this PR as I clearly needs more discussions. > If the whole proposal is just a workaround for setting `tsconfigRootDir` then there are documented ways how to solve this...
With no changes in your codebase? 🤯 To me the likeliest reasons seems that this command stops producing the correct output and fails silently: ``` cdk synth --app "ts-node -P...
Very odd! I would see that the app command does without the cdk cli. Sometimes that's giving a better error message. (That's the `ts-node...`)