Skip to content

Commit

Permalink
Add baseUrl and paths to tsconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosh-hamedani committed Aug 27, 2017
1 parent 97e4096 commit d831dc5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Expand Up @@ -14,6 +14,12 @@
"lib": [
"es2016",
"dom"
]
],
"baseUrl": "./src",
"paths": {
"shared/*": [
"app/shared/*"
]
}
}
}

0 comments on commit d831dc5

Please sign in to comment.