Skip to content

Commit

Permalink
Path mappings require baseUrl property (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyaZelenko authored and GeeWee committed Feb 25, 2019
1 parent c584344 commit f92bc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/config/index.md
Expand Up @@ -87,6 +87,7 @@ With the below config in your `tsconfig`:
// tsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@App/*": ["src/*"],
"lib/*": ["common/*"]
Expand Down

0 comments on commit f92bc41

Please sign in to comment.