Skip to content

Commit

Permalink
Merge pull request #2169 from Tyriar/dont_path_map_self
Browse files Browse the repository at this point in the history
Remove path mapping to self modules
  • Loading branch information
Tyriar committed Jun 1, 2019
2 parents 7a0ed76 + 9068107 commit 919c53a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"types": [
"../../node_modules/@types/mocha"
],
"baseUrl": "..",
"paths": {
"common/*": [ "./common/*" ]
}
"baseUrl": ".."
},
"include": [ "./**/*" ]
}
3 changes: 1 addition & 2 deletions src/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
],
"baseUrl": "..",
"paths": {
"common/*": [ "./common/*" ],
"core/*": [ "./core/*" ]
"common/*": [ "./common/*" ]
}
},
"include": [ "./**/*" ],
Expand Down
3 changes: 1 addition & 2 deletions src/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"baseUrl": "..",
"paths": {
"common/*": [ "./common/*" ],
"ui/*": [ "./ui/*" ]
"common/*": [ "./common/*" ]
}
},
"include": [ "./**/*" ],
Expand Down

0 comments on commit 919c53a

Please sign in to comment.