fix recalculating ingredients

This commit is contained in:
Anika Raemer 2025-09-08 18:58:48 +02:00
parent f23aab4b3f
commit 3eefa41a28
3 changed files with 26 additions and 10 deletions

View file

@ -3,5 +3,15 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"jsx": "react-jsx",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}