UNPKG

react-native-styled-px2dp

Version:

Write CSS px in react-native using styled-components and adapt multi resolution screens automatically.

18 lines (17 loc) 410 B
{ "compilerOptions": { "module": "CommonJS", "baseUrl": "./", "outDir": "./dist", "declaration": true, "declarationDir": "./typings", "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": ["es2017"], "target": "es5", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "sourceMap": true, }, "exclude": ["node_modules", "dist"] }