Files
lucide/packages/lucide-react-native/tsconfig.json
Han Yeong-woo eb035fe370 Improve formatting (#1814)
* 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
2024-02-01 14:38:21 +01:00

20 lines
462 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "ESNext",
"lib": ["es2019", "DOM"],
"allowJs": true,
"jsx": "react-jsx",
"noEmit": true,
"isolatedModules": true,
"strict": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"skipLibCheck": false,
},
"exclude": ["node_modules"],
}