Skip to content

Instantly share code, notes, and snippets.

@getsetbro
Created July 4, 2016 03:43
Show Gist options
  • Save getsetbro/60c20793c939e6fac582f842fdaa510d to your computer and use it in GitHub Desktop.
Save getsetbro/60c20793c939e6fac582f842fdaa510d to your computer and use it in GitHub Desktop.
tsconfig.json to add es6 shims and intellisense to typescript
{
"compileOnSave": true,
"compilerOptions": {
"target": "es5",
"noLib": true
},
"files": [
"app/*.ts",
"scripts/lib.es6.d.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment