Skip to content

Instantly share code, notes, and snippets.

@johndowns
Last active February 14, 2018 09:04
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/0a78c0bf0202c1e010b097be11af08cc to your computer and use it in GitHub Desktop.
Save johndowns/0a78c0bf0202c1e010b097be11af08cc to your computer and use it in GitHub Desktop.
{
"scripts": {
"build": "foreach -g \"src/**/*.ts\" --no-c -x \"jspp --set PRODUCTION #{path} > #{dir}/#{name}.ready.ts\" && tsc -p tsconfig.build.json",
"test": "tsc && jasmine JASMINE_CONFIG_PATH=jasmine.json"
},
"devDependencies": {
"@types/documentdb-server": "~0.0.32",
"@types/jasmine": "~2.8.3",
"foreach-cli": "^1.7.2",
"jasmine": "~2.8.0",
"jspreproc": "^0.2.7",
"moq.ts": "^2.5.2",
"typescript": "~2.6.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment