umami/tsconfig.prisma.json
Mike Cao 0d19e9a247
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
Fixed outputs.
2025-09-01 16:17:55 -07:00

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
}
}