DEV Community

Discussion on: Advanced Config for CRXJS Vite Plugin

Collapse
 
derekzyl profile image
derekzyl • Edited

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/*"
      ]
    }
  ]
}

Enter fullscreen mode Exit fullscreen mode

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.