mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/generated/prisma/client.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "generated/prisma",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2020",
|
|
"declaration": false,
|
|
"noEmit": false
|
|
}
|
|
}
|