I'm trying to follow these instructions by the developers themesevles at https://github.com/webpack/webpack/issues/6817#issuecomment-542448438 which doesn't wor
When I run yarn start (ts-node src/index.ts), I get MODULE_NOT_FOUND Error: Cannot find module 'src/isAuth'. It use to work before I added that new file isAuth.
Why typescript keep giving me No inputs were found in config file error? When I use tsconfig.json in vscode, but when I try to build it, it gives me a 'No input
My codebase contains two typescript projects: for a react web app for web workers The web worker codebase is part of my public/ folder. Which means that there
I have a [email protected] project with a chain of multiple packages. |-tsconfig.lib.json |-packages |--format |----tsconfig.lib.json |--helper |----tsconfig.
I am trying to setup aliases for my mock server. Whenever I try to compile ts files, it returns error that it couldn't find proper modules even though those are
I want to use imports (import x from y) and top-level awaits at the same time with ts-node. However if I change my tsconfig.compilerOptions.module to es2017 or
Attempting to convert this project over to jest using these instructions. I have everything working except for the files that use the paths configuration: "pa