mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 07:09:00 +02:00
* update nitro * try this? * Try this * update vercel output * Add await * Fix endpoints * Adjust 404 catch all * Fix output * Adjust react in api * Fix types * Remove @resvg/resvg-wasm * Format code * Fix failing check * Apply feedback * Format code
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"extends": "./.nitro/types/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"jsxFactory": "React.createElement",
|
|
"jsxFragmentFactory": "React.Fragment",
|
|
"allowImportingTsExtensions": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"~/.vitepress/*": ["./.vitepress/*"],
|
|
},
|
|
},
|
|
}
|