@elmaurer/react-native-remix-icon
Version:
remix icons for react-native
19 lines (18 loc) • 366 B
JSON
{
"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"
]
}