SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
147 stars 39 forks source link

Build types #334

Closed michielbdejong closed 4 years ago

michielbdejong commented 4 years ago

We wanted to get it to build types for src/, test/ and __mocks__/, but we also wanted the output to go to lib/index.d.ts and not lib/src/index.d.ts. We got the types to build to lib/index.d.ts but now it only builds src/. If someone knows how to make it check the types of test/ and __mocks__/ as well, please contribute! :)