statelyai / xstate-viz

Visualizer for XState machines
https://stately.ai/viz
MIT License
434 stars 102 forks source link

Add ability to turn off error checking in TS #233

Open mattpocock opened 3 years ago

mattpocock commented 3 years ago

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.

mubaraqwahab commented 3 years ago

I started using the visualizer today and I was thinking of the same. I used the // @ts-nocheck directive in my case though.