hostinfo/tsconfig.json
2025-03-14 23:25:41 +01:00

7 lines
131 B
JSON

{
"extends": "./.wxt/tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"jsx": "react-jsx"
}
}