@arsil_malek/rn-scale-window
Version:
A lightweight and powerful utility for responsive scaling in React Native apps. Easily handle consistent font sizes, heights, widths, and layouts across all screen sizes.
21 lines (20 loc) • 526 B
JSON
{
"compilerOptions": {
"target": "ES5",
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"jsx": "react-native",
"declaration": true,
"declarationDir": "dist/types",
"outDir": "dist",
"rootDir": "./",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src", "index.ts"],
"exclude": ["node_modules", "dist"]
}