Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created January 14, 2018 07:17
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 johndowns/a7da5b0296a693d1e1d549e03d695670 to your computer and use it in GitHub Desktop.
Save johndowns/a7da5b0296a693d1e1d549e03d695670 to your computer and use it in GitHub Desktop.
{
"include": [
"storedProcedureEntryPoint.ts",
"*.ts"
],
"compilerOptions": {
"target": "es2015",
"outFile": "../../output/sp-myStoredProcedure.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment