canina/backend/prisma/tsconfig.json
parsa aghaei 32041fb4f3
Some checks failed
Deploy Canina / deploy (push) Failing after 27s
fix(prisma): add tsconfig.json to prisma directory for IDE node types support
2026-08-17 13:35:27 +03:30

11 lines
194 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"]
},
"include": ["./**/*.ts"]
}