Files
appetito/client/tsconfig.node.json
T
davide f1f9be5ded add client: React + Vite + Capacitor prototype
Web app React 18 + TypeScript con quattro schermate: Setup (URL server +
password + test connessione), Ingredients (lista ingredienti e preferenze),
Recipes (lista 3 ricette generate), RecipeDetail (dettaglio e procedimento).
Persistenza URL/password via Capacitor Preferences. Pronto per build Android.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 00:08:20 +02:00

11 lines
236 B
JSON

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