UNPKG

nativestyler

Version:

An advanced styling toolkit for React Native applications, providing dynamic, prop-based styling with efficient caching.

17 lines (16 loc) 371 B
{ "compilerOptions": { "outDir": "./dist", "module": "commonjs", "target": "es5", "lib": ["es2017"], "declaration": true, "jsx": "react", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "types": ["react", "jest"] }, "include": ["src/*"], "exclude": ["node_modules", "dist"] }