recipe_app/backend/tsconfig.json
fred 0a41568a2e prisma (#1)
migrate from knex to prisma on backend

Co-authored-by: fred <>
Reviewed-on: #1
2025-08-15 20:52:38 +00:00

16 lines
300 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": [
"src",
"scripts"
]
}