thetarnav / solid-devtools

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph
https://chrome.google.com/webstore/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
MIT License
538 stars 21 forks source link

Cannot access ambient const enums when 'isolatedModules' is enabled. #251

Open astoilkov opened 1 year ago

astoilkov commented 1 year ago

Running TypeScript checking throws the error:

CleanShot 2023-07-07 at 14 20 48@2x
thetarnav commented 1 year ago

Does it still show up if you enable skipLibCheck?

astoilkov commented 1 year ago

Enabling skipLibCheck makes the error go away.

Do you know why it's happening and how we can make it work with skipLibCheck: false? Let me know if you need extra information to figure it out.