mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 16:46:20 +01:00
* Add override alias import entry files lucide-react * Make it work * Setup files for packages * Revert icon changes * Remove solid support and add docs * Adjust docs * format files * Fix lucide-vue-next build * Fix builds * Fix lucide-svelte * Add vscode settings option
18 lines
376 B
JSON
18 lines
376 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"declaration": true,
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"lib": ["esnext"],
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
},
|
|
}
|