{ "extends": "@tsconfig/react-native/tsconfig.json", "compilerOptions": { "outDir": "./build", "jsx": "react", "declaration": false }, "include": [ "src", "custom.d.ts", "./types/react-native-dotenv/index.d.ts", "./types/react-native-argon2/index.d.ts", ] }