File structure: ``` src - content.svelte ``` ```js...
# support-framework
a
File structure:
Copy code
src
- content.svelte
Copy code
json
{
  "dependencies": {
    "plasmo": "0.56.0-alpha.0",
    "svelte": "^3.51.0"
  },
  "devDependencies": {
    "typescript": "4.8.4"
  }
}
Copy code
html
<script context="module" lang="ts">
  import type { PlasmoContentScript } from "plasmo";

  export const config: PlasmoContentScript = {};
</script>
Getting error:
Copy code
🔴 ERROR  | Unexpected token (parse-error)
          | 1: <script context="module" lang="ts">     
2:   import type { PlasmoContentScript } from "plasmo";
                 ^
s
Thread automatically created by avi12 in #978320682985349130