{ "compilerOptions": { "strict": true, "noEmit": true, "lib": ["dom", "esnext"], "jsx": "react-native", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "skipLibCheck": true } }