15aca4502d
Port input handling fixtures from Ink to vue-tui: - use-input.tsx: multi-mode fixture (30+ input modes via process.argv[2]) - use-input-ctrl-c.tsx: Ctrl+C with exitOnCtrlC=false - use-input-multiple.tsx: active/inactive useInput hooks - use-input-many.tsx: 11 useInput hooks without MaxListenersExceededWarning - use-input-discrete-priority.tsx: rapid input with deferred state sync - use-paste.tsx: bracketed paste with multiple modes - tsconfig.json: add "types": ["node"] to fix TS2591 in fixtures Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "vue",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|