-
Notifications
You must be signed in to change notification settings - Fork 2
Add TypeScript types #12
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
We currently need to add //@ts-nocheck because TypeScript types don't work :(
For some reason, when we compile with tsup with
dts: true, it throws weird errors. (Note that this line is commented out)Also, our other non-Web-Component files need TypeScript types too.
These also need to be consistent.