Javascript react starter
I want to use Plasmo with javascript react and not typescript is there any way i can do that without ts, because all of my tech stack is js based and i do not want to write ts in extension. Is there any way i can setup plasmo with js only
1 Reply
I don't think there is much boilerplate when you first create a new Plasmo project. Have you tried just changing the
.ts
extensions to .js
and getting rid of the Typescript syntax within the files?
For the record I would re-think whether getting rid of Typescript is a good idea or not