UNPKG

asafarim-navlinks

Version:

A versatile React navigation component with unlimited multi-level dropdowns, four alignment options, mobile responsiveness, and customizable styling. Perfect for modern web applications.

19 lines (18 loc) 483 B
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "strict": true, "jsx": "react-jsx", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", "declaration": true, "declarationMap": true }, "include": ["src", "index.ts"], "exclude": ["node_modules", "**/__tests__/*", "demo"] }