Commit Graph

9 Commits

Author SHA1 Message Date
Andy
51b64c3c15 Remove unnecessary references in test files. (#14900) 2017-03-10 07:46:20 -08:00
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
76a710cc94 Rename test files to be consistent (#13882) 2017-01-10 06:33:06 -08:00
Andy
2f71174636 Restructure to support old versions (#13811)
* Restructure to support old versions

* Fix tests
2017-01-06 12:36:57 -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
maylukas
130b5ae0c6 Added Header comment to index.d.ts file 2016-11-14 09:21:53 +01:00
maylukas
44212cf641 Fixed issues in OpenUI5 Definition
- Changed reference from path to types
- Updated tsconfig to support types
- Fixed header comments
- Added index.d.ts file referencing all library files
2016-11-10 16:18:22 +01:00
maylukas
878384c5a2 Fixed errors in OpenUI5 Definitions
- Setting noImplicitAny to true
- Removing unnecessary references
- Added version information
2016-11-09 18:24:25 +01:00
maylukas
03a9c3e0ba Moved files to openui5 directory 2016-11-09 10:39:56 +01:00