We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How would I best start to get TypeScript into the theme kit?
I started writing some JavaScript, but I notice the overhead I am experiencing to maintain potential large scale projects is enormous.
I would like to fork the project. Or ask if it would be much of a hustle to add the typescript compiler to the build process.
thanks.
The text was updated successfully, but these errors were encountered:
(Replying 5 months later, yay!)
You could probably simply update the dependencies of your underlying project and update your local webpack config within config/webpack.base.conf.js
config/webpack.base.conf.js
You're welcome to issue a PR that deals with *.ts (and *.d.ts by extension) files :)
*.ts
*.d.ts
Sorry, something went wrong.
No branches or pull requests
How would I best start to get TypeScript into the theme kit?
I started writing some JavaScript, but I notice the overhead I am experiencing to maintain potential large scale projects is enormous.
I would like to fork the project. Or ask if it would be much of a hustle to add the typescript compiler to the build process.
thanks.
The text was updated successfully, but these errors were encountered: