tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
60 stars 36 forks source link

[bug] Fix the typeRoots to ensure project will continue to build with typescript@next #20

Closed sheetalkamat closed 7 months ago

sheetalkamat commented 1 year ago

https://github.com/microsoft/TypeScript/issues/53154 while looking into this, found out that the typeRoots are set incorrectly and project will have errors building with typescript@next

The typeRoots https://github.com/tldraw/tldraw/blob/main/tsconfig.base.json#L31 should be changed to ["node_modules/@types", "node_modules"]

steveruizok commented 7 months ago

Closing this as we won't be addressing a fix for this verison. Check https://github.com/tldraw/tldraw for the latest! And please share there if the bug persists.