Commit Graph

9 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 Hanson
b469c76ea5 "types" in tsconfig should be empty. 2016-12-08 09:57:56 -08:00
Andy
95248fe8ed Remove n3.d.ts in favor of n3/index.d.ts (#12374) 2016-10-31 09:12:33 -07:00
Fred Eisele
8e36df975e added @types for N3, an RDF library (#12038)
* added @types for N3, an RDF package

* changed file names to match requirements for syncing with @types

* naming recommendation conformance

* removing declare module n3, making ProperModule

* changed reference path to types and corrected errors associated with strict null

* checkpoint

* test the project with "tsc --project tsconfig.json"

* remove comments and version
2016-10-28 23:31:00 +09:00
Fred Eisele
aa1764792c typescript 2.0 features not yet available 2016-10-14 14:39:27 -05:00
Fred Eisele
6af6b73bf3 typescript 2.0 features not yet available 2016-10-14 14:36:28 -05:00
Fred Eisele
4b40619a6c trying to trigger Travis CI 2016-10-14 14:33:02 -05:00
Fred Eisele
4a5a572f88 introduction of typings for N3, the RDF tool 2016-10-14 14:04:41 -05:00