mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Use generated prisma client.
This commit is contained in:
parent
c0ccffeab4
commit
63e0873b5d
9 changed files with 1253 additions and 114 deletions
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue