solid-devtools
solid-devtools copied to clipboard
Cannot access ambient const enums when 'isolatedModules' is enabled.
Running TypeScript checking throws the error:
Does it still show up if you enable skipLibCheck?
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.