16de4da27f
Co-authored-by: Aaron Klinker <aklinker1@users.noreply.github.com>
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js"
|
|
}
|
|
}
|