Files
yaklang-chrome-extension/tsconfig.json
T
2026-08-06 15:11:35 +08:00

8 lines
131 B
JSON

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