8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"extends": ["../tsconfig.base.json", "./.wxt/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|