This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support .tsx files with JSX syntax (#96)
* Configure ts-node to transpile JSX for React This allows oclif to parse jsx found in .tsx files. * Allow oclif to discover .tsx files Notably does _not_ add support for .jsx files yet since this will require a separate tool chain to work with something like Babel as a transpiler for JSX in Javascript files. Also ensures that test files that are .tsx are still ignored.
- Loading branch information