Momo Kornher
Momo Kornher
This comes down to this: https://github.com/aws/aws-lambda-go/issues/107
> We have several repos we could use this for that we're having to handle "manually". @mrgrain? It's next on my list, but no promises. What would help is a...
Yes please! PRs are welcome. In the meantime, you can easily use overrides: ```ts project.tsconfig?.file.addOverride('compilerOptions.composite', true); project.tsconfig?.file.addOverride('references', []); ```
Thanks for your thoughts on this @skleinjung ! Option 3 is also what I'm using in my projects. It feels like the solution most people would want. I'm not too...
Agreed. In the meantime people can use `project.package.addField()` or [overrides](http://projen.io/escape-hatches.html#overrides).
Yes you are right this should just work. I'm guessing the config is currently for Next.js v14, but the project incorrectly installs v15 by default. You might try downgrading to...
Hey hey, thanks for letting us know! Contributions are welcome!
This lists too many yarn versions. Order alphabetically.
Order alphabetically
`Ctrl+C` on first prompt does not abort the setup