{ "extends": "@tsconfig/react-native/tsconfig.json", "compilerOptions": { "jsx": "react", "baseUrl": ".", "paths": { "~*": ["./src/*"] }, "strictNullChecks": false, "esModuleInterop": true // "jsx": "react-native" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */, }, "include": [ "src", ".eslintrc.js", "react-native.config.js", "metro.config.js", "index.js", "babel.config.js", "jest.config.js" ], /* Completeness */ "skipLibCheck": true }