{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "jsx": "react-native", "lib": ["ES2020"], "declaration": true, "outDir": "dist", "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }