open-wc / custom-elements-manifest-deprecated

Custom Elements Manifest is a file format that describes custom elements in your project.
8 stars 4 forks source link

`type`s are References #56

Closed thepassle closed 3 years ago

thepassle commented 3 years ago

If types are imported they should have a module or package property

import Person from './Person';

const foo: Person = {};