-
Hi, PS : already looked #175, but no... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to provide reproduction to get a proper answer but I'm guessing that the root The server doesn't have any handling of tsconfig of its own. It's the typescript itself that does it so consult with typescrript documentation on how this works - https://www.typescriptlang.org/tsconfig/#extends |
Beta Was this translation helpful? Give feedback.
You need to provide reproduction to get a proper answer but I'm guessing that the root
tsconfig.json
is overwriting include/files of thetsconfig.json
in.svelte-kit
.The server doesn't have any handling of tsconfig of its own. It's the typescript itself that does it so consult with typescrript documentation on how this works - https://www.typescriptlang.org/tsconfig/#extends