7 lines
125 B
JSON
7 lines
125 B
JSON
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptiosn": {
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js"
|
|
}
|
|
}
|