update typescript@2.0.0 and you can map the same webpack aliases on tsconfig.json by adding:
"compilerOptions": {
"baseUrl": "./",
"paths": {
"app/*": ["src/app/*"]
}
}
update typescript@2.0.0 and you can map the same webpack aliases on tsconfig.json by adding:
"compilerOptions": {
"baseUrl": "./",
"paths": {
"app/*": ["src/app/*"]
}
}