let-me-focus-browser/tsconfig.json

7 lines
125 B
JSON

{
"extends": "./.wxt/tsconfig.json",
"compilerOptiosn": {
"jsx": "preserve",
"jsxImportSource": "solid-js"
}
}