{ "compilerOptions": { "lib": ["ESNext", "DOM"], "target": "ES2022", "module": "ESNext", "jsx": "react-jsx", "allowJs": true, "moduleResolution": "bundler", "isolatedModules": true, "esModuleInterop": true, "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false, "baseUrl": "." }, "include": ["index.ts"] }