i have a question
{ "manifest_version": 3, "name": "CRXJS React Vite Example", "version": "1.0.0", "action": { "default_popup": "index.html" }, "content_scripts": [ { "js": ["src/content.jsx"], "matches": [ "https://developer.chrome.com/docs/webstore/*" ] } ] }
how do I handle this in typescipt, the content has to be in tsx in typescript whats the hack i can use. i.e content.tsx.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
i have a question
how do I handle this in typescipt, the content has to be in tsx in typescript whats the hack i can use.
i.e content.tsx.