UNPKG

react-native-responsiveness-tool

Version:

A utility package for scaling UI elements in React Native based on device dimensions and screen density.

14 lines (13 loc) 380 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "declaration": true, "outDir": "./dist", "strict": false, // Disable strict mode "skipLibCheck": true, // Skip type checking of declaration files in node_modules "noImplicitAny": false // Allow implicit any types }, "include": ["src"], "exclude": ["node_modules"] }