UNPKG

@react-native-paper-abstracted/cli

Version:

React Native Paper Abstracted is a package that allows you to use only the components you need from [React Native Paper](https://reactnativepaper.com). Thus allowing users to keep their app size small, and provides endless customization.

14 lines 234 B
{ "extends": "@react-native-paper-abstracted/typescript-config/react-library.json", "compilerOptions": { "outDir": "dist" }, "include": [ "src" ], "exclude": [ "node_modules", "dist", "components" ] }