Hi,
I have a monorepo setup, where I have a package for tsconfig.json files. I'm using the ${configDir} to define includes there, but updating to 6+ breaks the resolution, even after the fix for issue #197. The symptoms are the same though.
Reproduction in the context of a minimal React Router v7 app:
repr
Run:
Using v5 or running pnpm typecheck works, so the tsconfig file should be valid.
Logs:
configMismatch: {"importer":"<redacted>/repr/app/root.tsx","id":"~/foo.ts","configPath":"<redacted>\\repr\\tsconfig.json"}
Hi,
I have a monorepo setup, where I have a package for
tsconfig.jsonfiles. I'm using the${configDir}to define includes there, but updating to 6+ breaks the resolution, even after the fix for issue #197. The symptoms are the same though.Reproduction in the context of a minimal React Router v7 app:
repr
Run:
pnpm devorpnpm buildUsing v5 or running
pnpm typecheckworks, so the tsconfig file should be valid.Logs:
configMismatch: {"importer":"<redacted>/repr/app/root.tsx","id":"~/foo.ts","configPath":"<redacted>\\repr\\tsconfig.json"}