I have specified baseUrl as "./" and for the paths it is
"paths": {
"@interfaces/*":["src/interfaces/*"]
}
After I compile it using tsc , the compilation succeeds. If I try to start the application using node build/index.js the application won't start logging error could not find @interfaces.