-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create-react-app compatibility #246
Comments
Did you get it working, if so what needed to be changed? |
|
No I didn't get it working with TypeScript. Instead I had to import it as JavaScript into my TypeScript program. Like this: https://github.com/bootrino/reactoxide/blob/master/reactoxide/src/editor/textorbinary.js Feels hacky - still hoping this will eventually support TypeScript and create react app. |
Hello when I try to compile my TypeScript create react app project I get this:
Any ideas on how to solve?
thanks!
The text was updated successfully, but these errors were encountered: