xstate-viz
xstate-viz copied to clipboard
Add ability to turn off error checking in TS
There's a setting for this in the Monaco editor - basically just turn off the red lines. We should add a checkbox in the settings panel for this.
I started using the visualizer today and I was thinking of the same. I used the // @ts-nocheck directive in my case though.