read-frog/tsconfig.json
ananaBMaster b2d74dfc83
chore: improve user experience and help determine future development direction (#1132)
* perf(tsc): limit i18n type propagation

* feat(analytics): add anonymous feature usage tracking

* chore: remove analytics changeset
2026-03-16 18:46:56 -07:00

10 lines
244 B
JSON

{
"extends": "./.wxt/tsconfig.json",
"compilerOptions": {
"incremental": true,
"tsBuildInfoFile": "./.wxt/tsconfig.typecheck.tsbuildinfo",
"jsx": "react-jsx",
"allowImportingTsExtensions": true
},
"exclude": ["repos"]
}