Skip to content

Commit

Permalink
chore(typings): add es6-shim typings
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Feb 18, 2016
1 parent be1d7b1 commit 26f3393
Show file tree
Hide file tree
Showing 5 changed files with 1,344 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"inlineSources": false
},
"files": [
"app/app.ts"
"app/app.ts",
"typings/main.d.ts"
],
"compileOnSave": false,
"atom": {
Expand Down
1 change: 1 addition & 0 deletions typings/browser.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference path="browser/ambient/es6-shim/es6-shim.d.ts" />
Loading

0 comments on commit 26f3393

Please sign in to comment.