{ "compilerOptions": { "lib": ["ESNext"], "target": "ES2022", "module": "ESNext", "moduleDetection": "force", "jsx": "react-jsx", "allowJs": true, "types": ["bun"], "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false, "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }, "exclude": ["web", "node_modules"] }