rangle / radius-tracker

Measure adoption of your design system
MIT License
57 stars 3 forks source link

fix ts lint errors #43

Closed pablospaniard closed 1 year ago

pablospaniard commented 1 year ago

image

smoogly commented 1 year ago

@jimmyjansen93, tsconfig.json excludes demo: https://github.com/rangle/radius-tracker/blob/69b287a7d659dc21d8eb8f0a909626001f37fc0e/tsconfig.json#L14

Those errors are supposed to be caught when building the demo, but unfortunately building the demo is not part of yarn test. We could add building demo to the test suite.