Commit Graph

7 Commits

Author SHA1 Message Date
Paul
37b5c6a8e4 Better describe A-Frame using imports. Remove namespaces. (#28661)
This update removes the usage of namespaces in an effort to just be able to use A-Frame directly from an import.

These types are based on [this branch](576e4557b1/%40types) of work in my [a-frame experiements](https://github.com/devpaul/aframe-experiments) repo. Please take a look over there to see more complete usage and examples.
2018-09-10 14:48:06 -07:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
a828ea02ac Normalize tsconfig.jsons (#19447) 2017-08-30 08:15:31 -07:00
Paul Shannon
485696c0db making requested changes 2017-06-15 21:13:34 -07:00
Paul Shannon
bafdeeaa05 Added A-Frame typings
clean-up aframe DT header

using files in tsconfig.json

removing name from package.json

removing version from package.json

removing scripts from package.json

removing types from package.json

Moved package.json to tests to support ease of use

Telling DT to ignore tests

removing unix standard blank line at end of UNUSED_FILES.txt

dtslint seems to want a commonjs module

module in compileroptions

module in compileroptions

cleaning up lint errors
2017-06-06 12:19:14 -07:00