-
Notifications
You must be signed in to change notification settings - Fork 20
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
TypeScript #45
Comments
Hi @TheKnarf You can set it up to work with Typescript like this: In your component file: <script type="typescript">
...
</script> In your
Make sure all required modules are installed as well. If you want to compile Typescript with babel, change Have a look at Example 02 to see how it works with SCSS styles (similar concept applies there): https://github.com/digitalie/one-loader/tree/master/examples/02_redux-todos |
Maybe we could add a TypeScript example? |
Absolutely, feel free to contribute an example with it - will be much appreciated! |
How to I set this up to work with TypeScript?
The text was updated successfully, but these errors were encountered: