keys-demo-app/tsconfig.node.json
Lilith Vaelynn bf89dcfd9a Initial commit: Keys demo app template
This will serve as the base template for voice-uwu-keys-app fork

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 15:58:21 -07:00

10 lines
No EOL
212 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}