-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Importing a non-react typescript package #46
Comments
That's the entire purpose of a monorepo like this. Create a shared library and import it, the same way the |
Does someone want to set up an example of this? I'd be happy to merge that into this repo! |
@F1LT3R that would be great if you can, thanks! |
Just to be clear, I don't use TypeScript. We'll need a TypeScript developer to provide an example of this. |
Hi there I have a problem with this boilerplate that when I import a pure typescript class or interface, then the react project will return the below error.
Live example of what I've created; repository To see the error, run this command: npm run start:renderer |
Great repo.
Is it possible with the tools provided here to create a package with shared Typescript code that is not a React application, that can be imported into the React applications?
Examples of what this package might contain could be Types, Validation logic, etc.
The text was updated successfully, but these errors were encountered: