mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix type error in prisma.config.ts
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
"skipLibCheck": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
"@/*": ["./src/*"]
|
||||
{{#if (eq orm 'prisma')}},
|
||||
"prisma": ["node_modules/prisma"]
|
||||
{{/if}}
|
||||
},
|
||||
"outDir": "./dist",
|
||||
"types": [
|
||||
|
||||
Reference in New Issue
Block a user