Skip to content

Instantly share code, notes, and snippets.

@roydekleijn
Created October 20, 2017 12:01
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 roydekleijn/d41083a2429e1d54e96dd9405a8d4757 to your computer and use it in GitHub Desktop.
Save roydekleijn/d41083a2429e1d54e96dd9405a8d4757 to your computer and use it in GitHub Desktop.
Basic typescript config
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "target/specs",
"types": ["jasmine", "node"]
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment