0👍
✅
Use baseUrl:
{
"compilerOptions": {
"baseUrl": "./src"
}
}
This way when you use absolute paths (like services/test
), it will look in the folder ./src
.
Source:stackexchange.com