I want to use alias path in codes, but paths property in tsconfig does’t work
Here is my tsconfig:
Typescript importing file but get error ERR_MODULE_NOT_FOUND
I have two projects in one dir with the following file structure:
Configure one specific path to be different in tsconfig json paths
I am working with a tsconfig json file as follows:
Common `tsconfig` for all projects/workspaces
I’m re-organizing several unrelated typescript projects into a mono-repo structure. Currently I have a tsconfig.json
file in each workspace, which are all identical. I would like to have a “common” tsconfig in the base folder which includes path names and completely remove ./packages/*/tsconfig.json
. Here’s an example of my project structure: