-
Notifications
You must be signed in to change notification settings - Fork 29
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
Silently compile even with errors #33
Comments
Hello @yjukaku, |
Save this file with the ts extension in the Rails javascripts folder.
Error:
Obviously the issue is that we aren't declaring/importing the |
Sorry. It is not possible. If you want to use plain js use it in .js-files and don't try to compile via tsc. |
We are currently using the .ts extension for some of our files that are plain javascript. The
tsc
command will output a.js
file regardless of if there are Typescript errors in the.ts
file. Is there any way to enable this behavior for this gem?The text was updated successfully, but these errors were encountered: