Files
v10/packages/react/react-icons/tsconfig.build.json
T
2025-09-22 23:39:30 +10:00

14 lines
287 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationDir": "dist",
"emitDeclarationOnly": true,
"outDir": "dist",
"skipLibCheck": true,
"composite": false,
"incremental": false
},
"exclude": ["dist", "node_modules"]
}