{ "compilerOptions": { "target": "ES2022", "lib": ["ES2023"], "module": "ESNext", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "jsx": "react-jsx", "strict": true, "skipLibCheck": true, "noEmit": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "paths": { "@/*": ["src/*"] } }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] }