Created
June 17, 2018 06:46
-
-
Save mohanramphp/f7054b93dba4081160911c6e8cc8f784 to your computer and use it in GitHub Desktop.
To show how the library got referred in the tsconfig.json file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compileOnSave": false, | |
... | |
... | |
"paths": { | |
"ratify": [ | |
"dist/ratify" | |
], | |
"ratify/*": [ | |
"dist/ratify/*" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment