I\'m working with Webpack and Visual Studio Code and in order to avoid things like:
import { AuthenticationService } from \'../../../services/authentication/
update typescript@2.0.0 and you can map the same webpack aliases on tsconfig.json by adding:
"compilerOptions": { "baseUrl": "./", "paths": { "app/*": ["src/app/*"] } }