Let\'s suppose I\'ve a project, and its main source directory is:
C:\\product\\src
Based on this directory, every import path would be rela
Just for record
If you want use absolute import from your project, Do not use / as prefix, such as /src/config/cfg, just use as src/config/cfg
/
/src/config/cfg
src/config/cfg
As https://stackoverflow.com/a/46229294/7529562 pointed, / stand for System root,
tsc will complain cannot find module
tsc
cannot find module