canina/backend/prisma/tsconfig.seed.json
parsa aghaei d8fc57c23d
Some checks failed
Deploy Canina / deploy (push) Failing after 25s
fix(prisma): import process and configure types node for seed tsconfig
2026-08-17 12:06:38 +03:30

11 lines
194 B
JSON

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