ambitious-restaurant-41333
10/13/2022, 12:56 PMsrc
- content.svelte
json
{
"dependencies": {
"plasmo": "0.56.0-alpha.0",
"svelte": "^3.51.0"
},
"devDependencies": {
"typescript": "4.8.4"
}
}
html
<script context="module" lang="ts">
import type { PlasmoContentScript } from "plasmo";
export const config: PlasmoContentScript = {};
</script>
Getting error:
🔴 ERROR | Unexpected token (parse-error)
| 1: <script context="module" lang="ts">
2: import type { PlasmoContentScript } from "plasmo";
^
sticky-dress-98131
10/13/2022, 12:56 PM