fix prisma interface error

This commit is contained in:
2026-04-18 00:01:57 +01:00
parent a7fbb2c466
commit 4a9a27fa34
13 changed files with 24 additions and 14 deletions
+3
View File
@@ -14,6 +14,9 @@
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"paths": {
"@prisma/client": ["./node_modules/.prisma/client"]
},
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,