Commit Graph

8 Commits

Author SHA1 Message Date
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Andy
11f0445ae2 Remove duplicate declaration files (#12277) 2016-10-26 12:18:23 -07:00
zhengbli
701bf539da Resolve merge conflict 2016-10-25 11:44:01 -07:00
Giff Song
5d8373707c Add typings for ndarray (#12208)
* Add typings for ndarray

* [ndarray] Fix indentation

* [ndarray] Make test be passed with strictNullChecks=true
2016-10-25 11:39:18 -07:00
Giff Song
bfabdd0afb Rename ndarray test file 2016-10-24 02:57:36 +09:00
Giff Song
f0e2c8cd2c Fix compile error with es6 target 2016-10-24 02:55:48 +09:00
Giff Song
e6fbb4b526 Add definitions for ndarray 2016-10-24 02:41:14 +09:00