Commit Graph

26 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
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vvakame
070fd9d268 remove not required tscparams 2015-01-02 20:48:15 +09:00
Daniel Earwicker
deb620c0de Added explicit return type
Without explicit return types everywhere, the definition cannot be used in projects that build with --noImplicitAny flag.
2014-12-16 15:07:18 +00:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Tim Klingeleers
cf4c8b193a Update jquery.address.d.ts
CI seems to fail because of header format
2014-07-03 12:21:52 +02:00
Tim Klingeleers
ce9e9dc11a Update jquery.address.d.ts
Added the complete jQuery address API to the definition file. Reordered them to be consistent with the documentation (http://www.asual.com/jquery/address/docs/) and included the same documentation in the code (for use with Visual Studio for example).

Also fixed the existing methods where return types in the definition file were incorrect. For example: method chaining was not supported.
2014-07-03 12:08:26 +02:00
Mardaneus86
f5c2cf232c Casing wrong in initial commit
Fixed the casing of URL
2014-06-27 10:41:46 +02:00
Mardaneus86
57962b4f05 Added baseUrl method to Jquery Address
Jquery Address is missing a few static methods according to the documentation (http://www.asual.com/jquery/address/docs/).
2014-06-27 10:39:55 +02:00
Bart van der Schoor
1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
cannn
b5e1b5bf54 Update jquery.address.d.ts
support for several additional functions of jquery.address
2014-03-13 15:52:40 +01:00
Bartvds
333b89f8d3 added/fixed headers j
https://github.com/borisyankov/DefinitelyTyped/issues/1570

jsfl: fixed odd encoding in comments
2014-01-24 00:55:00 +01:00
Martin D.
4e51831924 Update jquery.address.d.ts
Added update method
2013-11-19 19:43:29 -05:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Martin D.
e858119558 Create jquery.address.d.ts 2013-09-13 11:19:51 -04:00