Use generated prisma client.
This commit is contained in:
12
tsconfig.prisma.json
Normal file
12
tsconfig.prisma.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["src/generated/prisma/client.ts"],
|
||||
"compilerOptions": {
|
||||
"outDir": "dist/generated/prisma",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"target": "ES2020",
|
||||
"declaration": false,
|
||||
"noEmit": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user