Skip to content

Instantly share code, notes, and snippets.

@jayjongcheolpark
Forked from dillionverma/lucide-react.d.ts
Created April 16, 2025 02:35
Show Gist options
  • Select an option

  • Save jayjongcheolpark/5d9d637c3c330e786c1c50efb2d63b0f to your computer and use it in GitHub Desktop.

Select an option

Save jayjongcheolpark/5d9d637c3c330e786c1c50efb2d63b0f to your computer and use it in GitHub Desktop.
How to stop @radix-ui, next/router and lucide-react auto-imports
declare module 'lucide-react' {
export * from 'lucide-react/dist/lucide-react.suffixed'
}
{
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
"@radix-ui",
"next/router",
"next/dist",
"^lucide-react/dist/lucide-react.suffixed$",
]
}
{
"compilerOptions": {
"baseUrl": ".",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment