Typescript for stimulus without Webpack?

Is it possible to write stimulus controllers in Typescipt, when using the 'hotwire-rails' gem, but without Webpacker.

I am using the asset pipeline, since this is a legacy app I want to write stimulus in.

1 Like