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
3d6a15ee16
Strip BOM from all files ( #13735 )
2017-01-04 12:07:53 -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
1770103b6e
Move header versions to the end of the line where they can be parsed ( #13139 )
2016-12-06 10:57:11 -08:00
Andy
8841dfc744
Use index.d.ts only (not foo/foo.d.ts) ( #12834 )
...
* Use index.d.ts only (not foo/foo.d.ts)
* Convert more packages
* Remove unnecessary references
2016-11-21 12:58:06 -08:00
Andy
d2150a603f
Even more 2.0 ( #12503 )
...
* Always use forceConsistentCasingInFileNames
* Rename files
* Convert more packages to `types-2.0` style
2016-11-05 13:34:11 -07:00
Andy Hanson
28ef3d201b
Remove <reference path="../xxx/xxx.d.ts"> from definitions files and replace it with import * as Xxx from "xxx" or <reference types="xxx"/>
2016-09-16 08:59:57 -07:00
Jonathon T
3255e07bcd
Added return types for angular-xeditable editable-form methods
2016-07-05 17:26:27 +10:00
Jonathon T
44bee9f24c
Added basic methods for angular-xeditable editable-form
2016-07-05 17:18:57 +10:00
João Monteiro
e6e4411e4f
Created typings for angular-xeditable module ( #9897 )
...
* removed get/set (not present in the object);added function;updated test file;
* added typings for angular-xeditable; added typings test
* added newlines at the end of the files
* fixing failing test
2016-07-01 15:14:52 +09:00