Category "tsconfig"

Typescript Node MODULE_NOT_FOUND

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?

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

how to use multiple tsconfig files (with conflicting compiler options)?

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

Exclude certain paths from being autoimported with Lerna, Typescript, and VS Code

I have a [email protected] project with a chain of multiple packages. |-tsconfig.lib.json |-packages |--format |----tsconfig.lib.json |--helper |----tsconfig.

Cannot find module that is defined in tsconfig `paths`

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

How to use normal imports and top-level await at the same time?

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

Typescript paths not resolving when running jest?

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