UNPKG

@elmaurer/react-native-remix-icon

Version:
19 lines (18 loc) 366 B
{ "compilerOptions": { "jsx": "react", "moduleResolution": "node", "target": "ES6", "module": "ESNext", "declaration": true, "declarationDir": "./dist/types", "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": [ "src/**/*", "rollup.config.ts" ] }