-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support ts file #76
Comments
Just add "extension_equivalence": {
"blade.php": "html",
"ts": "js"
} |
I tried as you said but it does not work. Are you are it's extension_equivalence ? |
It works , thanks |
But I have a question, Why isn't work if i created a TypeScrpt.tmpl file and put it in /template/header folder? Does that mean I can not create my own template ? |
I did it for a few custom templates, following this:
"file_suffix_mapping": {
"ts": "TypeScript",
},
|
I am working with typescript and file header seems do not work with ts file? Can you guys add file header to support ts file or tell me how can I add it by myself?
The text was updated successfully, but these errors were encountered: