mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:26:26 +01:00
* Ignore linting for examples in docs * Formatting JSX single attribute per line * Separte `format` and `lint:format` in package.json * Bump prettier version * Run format
21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": false,
|
|
"noEmitOnError": true,
|
|
"noEmit": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"lib": ["esnext", "dom"],
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"downlevelIteration": true,
|
|
"sourceMap": true,
|
|
},
|
|
}
|