You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, really pleased to see this, and I'd like to move at least part of our project to use single-file components as we go forward ... but we use TypeScript, and as I understand it (and from a brief skim of the sources) only JavaScript is supported inside the <script> element.
It would be excellent to see support for TypeScript in the <script> element of the .lit single file :)
The text was updated successfully, but these errors were encountered:
Hi @gallafent, thank you for trying the lit-loader.
Actually I think this could be easy to achieve: instead of using, for example, the babel-loader, as stated in the Readme, you can use something like ts-loader and using it like:
First, really pleased to see this, and I'd like to move at least part of our project to use single-file components as we go forward ... but we use TypeScript, and as I understand it (and from a brief skim of the sources) only JavaScript is supported inside the
<script>
element.It would be excellent to see support for TypeScript in the
<script>
element of the.lit
single file :)The text was updated successfully, but these errors were encountered: