mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-09-02 20:38:42 +02:00
19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "@solidjs/web",
|
|
"types": ["vite/client", "@testing-library/jest-dom"],
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"outDir": "./dist",
|
|
"declarationDir": "./dist",
|
|
"declaration": true,
|
|
},
|
|
}
|