-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
feature / enhancementNew feature or requestNew feature or request
Milestone
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
asterikx, thenbe and robBowes
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or request