DefinitelyTyped/webdriverio
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
..
index.d.ts Used ? to indicate optional arguments for some methods, which made it possible to merge similar declarations into fewer. 2016-12-15 15:47:26 +01:00
tsconfig.json Add "noImplicitThis" to all tsconfig.json (#13446) 2016-12-19 14:11:46 -08:00
webdriverio-tests.ts Removed all callbacks and fixed the return types of many methods. They're now chainable and IntelliSense now correctly shows the merge of the Client object and the given data type, where applicable. 2016-12-13 18:31:23 +01:00