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.
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.