mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-04-30 01:56:46 +00:00
* perf(tsc): limit i18n type propagation * feat(analytics): add anonymous feature usage tracking * chore: remove analytics changeset
10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./.wxt/tsconfig.typecheck.tsbuildinfo",
|
|
"jsx": "react-jsx",
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"exclude": ["repos"]
|
|
}
|