Skip to content

Instantly share code, notes, and snippets.

@jthoms1
Last active June 17, 2016 14:25
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 jthoms1/224e56077fabcf8ecea014c27648fc69 to your computer and use it in GitHub Desktop.
Save jthoms1/224e56077fabcf8ecea014c27648fc69 to your computer and use it in GitHub Desktop.
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jthoms1/tree-shake-angular2.git"
},
"devDependencies": {
"typescript": "^1.9.0-dev.20160615-1.0",
}
}
{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"filesGlob": [
"**/*.ts",
"!node_modules/**/*"
],
"exclude": [
"node_modules"
],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment