UNPKG

@lightningjs/sdk

Version:

The Lightning-SDK helps you build great Lightning-based TV apps!

14 lines (12 loc) 249 B
{ "extends": "./tsconfig.json", "include": ["**/*.d.ts"], "exclude": ["types"], "typedocOptions": { "entryPoints": ["index.d.ts"], "out": "typedocs", "entryPointStrategy": "expand", "intentionallyNotExported": [ ] } }