- Add showNumbers prop with 'never', 'always', 'toggleable' modes for layout optimization - Fix SVG height calculation to eliminate extra space when showNumbers='never' - Reposition NumberFlow components within SVG bounds to prevent overflow - Add colored borders to size comparison story for visual clarity - Restore keyboard editing functionality for NumberFlow components - Maintain NumberFlow requirement while ensuring proper layout constraints 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
636 B
JSON
29 lines
636 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2020"],
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": false,
|
|
"emitDeclarationOnly": true,
|
|
"jsx": "react-jsx",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"**/*.stories.*"
|
|
]
|
|
} |