Ta bort alla referenser till recipe-document-converter från dokumentation och kodbas

Lägg till riktlinje att båda microservices (importer och shopping/todo-lista) ska använda SQLite för portabilitet och enkelhet
Förtydliga att microservices ska dela teknisk grund med recipe-app: JWT-baserad autentisering, rollhantering och API-design
This commit is contained in:
Nils-Johan Gynther
2026-04-20 15:24:15 +02:00
parent 41a5170ed2
commit 361847b337
9 changed files with 59 additions and 70 deletions
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2021",
"module": "commonjs",
"lib": ["ES2021"],
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}