Created
July 4, 2016 03:43
-
-
Save getsetbro/60c20793c939e6fac582f842fdaa510d to your computer and use it in GitHub Desktop.
tsconfig.json to add es6 shims and intellisense to typescript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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