multinet-app / multilink

A node-link visualization built to work with the multinet ecosystem.
https://multinet.app
Apache License 2.0
4 stars 2 forks source link

Add vue-tsc back for type checking #341

Open JackWilb opened 1 year ago

JackWilb commented 1 year ago

The key blocker here is that we require react as a peer dependency of trrack-vis, which imports react types. I need to figure out how to remove those types from the vue template areas (eslint uses the JSX types for it...)