WebChat/tsconfig.json
2023-11-05 02:18:09 +08:00

7 lines
131 B
JSON

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