You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lirbank
changed the title
[Bug?]: @total-typescript/ts-reset and SolidStart fail type checking
[Bug?]: Type checking with @total-typescript/ts-reset fails
Aug 16, 2023
In setting up for SolidStart's next Beta Phase built on Nitro and Vinxi we are closing all PRs/Issues that will not be merged due to the system changing. If you feel your issue was closed by mistake. Feel free to re-open it after updating/testing against 0.4.x release. Thank you for your patience. See #1139 for more details.
Duplicates
Latest version
Current behavior 😯
Type checking SolidStart with https://www.npmjs.com/package/@total-typescript/ts-reset fails.
Expected behavior 🤔
Type check should pass.
Steps to reproduce 🕹
Steps:
npm init solid@latest
npm install
npm install @total-typescript/ts-reset
reset.d.ts
file in your project with these contents (see https://www.npmjs.com/package/@total-typescript/ts-reset#user-content-get-started):npx tsc --noEmit
Context 🔦
The https://www.npmjs.com/package/@total-typescript/ts-reset package has some very useful better default types for some common functions. I use it in all my projects, it would be epic if it worked with SolidStart too.
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: