Skip to content

Commit

Permalink
More updates to development setup. Added the noLib=true to tsconfig.j…
Browse files Browse the repository at this point in the history
…son so that the vscode setup can control the .d.ts files that are used.
  • Loading branch information
egamma committed Oct 21, 2015
1 parent 5ad21c1 commit 1a198ea
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2,305 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"module": "commonjs",
"outDir": "out",
"sourceMap": true,
"target": "es5"
"target": "es5",
"noLib": true
},
"exclude": [
"node_modules"
Expand Down
113 changes: 0 additions & 113 deletions typings/es6-collections/es6-collections.d.ts

This file was deleted.

Loading

0 comments on commit 1a198ea

Please sign in to comment.