Files
yaklang-chrome-extension/tsconfig.json
T
2025-04-14 17:10:10 +08:00

8 lines
131 B
JSON

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