react-fa-picker
Version:
A reusable React Icon Picker component, bundled with its own Tailwind CSS build.
13 lines (12 loc) • 350 B
JSON
{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"noEmit": false, // allow emitting
"emitDeclarationOnly": true, // only .d.ts
"declaration": true,
"declarationMap": true,
"outDir": "dist", // emit declarations into dist/
"skipLibCheck": true
},
"include": ["src/components/icon-picker/**/*", "global.d.ts"]
}