``` 🔴 ERROR | Unexpected token (parse-error) ...
# support-framework
a
Copy code
🔴 ERROR  | Unexpected token (parse-error)
          |  5:   // import { Selectors } from "~utils";
 6: 
 7:   export const config: PlasmoContentScript = {
                         ^
 8:     matches: ["https://steamcommunity.com/*"]
 9:   };
by parsing
Copy code
html
<script context="module" lang="ts">
  import { PlasmoContentScript } from "plasmo";

  export const config: PlasmoContentScript = {
    matches: ["https://steamcommunity.com/*"]
  };
</script>
s
Thread automatically created by avi12 in #978320682985349130
4 Views