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
My project has separate tsconfig.json files for source and test files. When setting up the paths compiler option, my IntelliSense correctly provides type information for imports, but tsx fails with the ERR_MODULE_NOT_FOUND error.
Bug description
My project has separate
tsconfig.json
files for source and test files. When setting up thepaths
compiler option, my IntelliSense correctly provides type information for imports, buttsx
fails with theERR_MODULE_NOT_FOUND
error.Reproduction
https://github.com/tommy-mitchell/tsx-repro
Environment
Can you work on a fix?
The text was updated successfully, but these errors were encountered: