Skip to content

Commit

Permalink
Add option path mapping
Browse files Browse the repository at this point in the history
Does not work currently due to microsoft/TypeScript#10866
  • Loading branch information
PetarMetodiev committed Feb 12, 2019
1 parent c77c6b8 commit 3f61e67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"noFallthroughCasesInSwitch": true,

"moduleResolution": "node",
"baseUrl": "./src",
"paths": {
"@app/*": [ "./*" ]
},
"esModuleInterop": true,

"resolveJsonModule": true
Expand Down

0 comments on commit 3f61e67

Please sign in to comment.