1{ 2 "extends": "./.wxt/tsconfig.json", 3 "compilerOptions": { 4 "allowImportingTsExtensions": true, 5 "jsx": "react-jsx" 6 } 7}