mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 16:26:21 +01:00
* initialize figma plugin * Add icons to view * Make the plugin work * Fix search hook * Finialize figma plugin * Finish up icons * remove unused code * Add cover and icon
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"lib": ["dom", "esnext"],
|
|
"jsx": "react",
|
|
"jsxFactory": "jsx",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"allowJs": true,
|
|
},
|
|
"exclude": ["node_modules"],
|
|
}
|