ambitious-restaurant-41333
10/13/2022, 12:39 PM🔴 ERROR  | Unexpected token (parse-error)
          |  5:   // import { Selectors } from "~utils";
 6: 
 7:   export const config: PlasmoContentScript = {
                         ^
 8:     matches: ["https://steamcommunity.com/*"]
 9:   };
by parsing
html
<script context="module" lang="ts">
  import { PlasmoContentScript } from "plasmo";
  export const config: PlasmoContentScript = {
    matches: ["https://steamcommunity.com/*"]
  };
</script>sticky-dress-98131
10/13/2022, 12:39 PM