{ "extends": "./.wxt/tsconfig.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react", "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "paths": { "@/*": ["./src/*"] } }, "include": ["src/**/*", ".wxt/wxt.d.ts"] }