{ "extends": ["../../tsconfig.base.json", "./.wxt/tsconfig.json"], "compilerOptions": { "allowImportingTsExtensions": true, "jsx": "react-jsx" }, "exclude": ["node_modules/**", "dist/**"] }