| { | |
| "compilerOptions": { | |
| "target": "ESNext", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "lib": ["ESNext", "DOM", "DOM.Iterable"], | |
| "jsx": "react-jsx", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "noUnusedLocals": false, | |
| "noUnusedParameters": false, | |
| "paths": { | |
| "@/*": ["./src/*"] | |
| } | |
| }, | |
| "include": ["**/*.ts", "**/*.tsx", ".wxt/types/**/*.d.ts"], | |
| "exclude": ["node_modules", ".output"] | |
| } | |