mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:47:15 +01:00
* Add section title * Add external libs list in sidebar * Make external lib work * Adds external lib to detail view * fix lint issues * Update to https
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"extends": "./.nitro/types/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"allowImportingTsExtensions": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"~/.vitepress/*": ["./.vitepress/*"],
|
|
},
|
|
},
|
|
}
|