You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Uh oh!
There was an error while loading. Please reload this page.
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
Severity
annoyance
Additional Information
I created this package to be able to extend multiple tsconfigs:
https://github.com/Alexandre-Fernandez/tsconfig-multiple-extends
The text was updated successfully, but these errors were encountered: