Skip to content

Instantly share code, notes, and snippets.

@mohanramphp
Created June 17, 2018 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohanramphp/f7054b93dba4081160911c6e8cc8f784 to your computer and use it in GitHub Desktop.
Save mohanramphp/f7054b93dba4081160911c6e8cc8f784 to your computer and use it in GitHub Desktop.
To show how the library got referred in the tsconfig.json file
{
"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