Closed
Description
Describe the bug
I have a monorepo which shares a base tsconfig and I want sveltekit to extend it.
However the root sveltekit tsconfig extends .svelte-kit/tsconfig.json
and I cannot modify .svelte-kit/tsconfig.json
to extend my base tsconfig because it gets overridden by the auto-generation.
So from what I understand my only choice if I want to extend my base tsconfig is to lose the autogenerated one ?
Reproduction
Create a turborepo app and create a sveltekit app inside the app folder.
Logs
No response
System Info
Linux
Severity
annoyance
Additional Information
I created this package to be able to extend multiple tsconfigs:
https://github.com/Alexandre-Fernandez/tsconfig-multiple-extends