[Vuejs]-Vue 2 TSX -> React TSX .. how to make them play nice

0👍

If your codebase has JSX and mixed use for both Vue and React, you can set per-file how to interpret the JSX tags:

https://www.typescriptlang.org/tsconfig/#jsxFactory

Leave a comment