Fixed outputs.
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run

This commit is contained in:
Mike Cao 2025-09-01 16:17:55 -07:00
parent 56af91950a
commit 0d19e9a247
4 changed files with 5 additions and 6 deletions

View file

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"include": ["src/generated/prisma/client.ts"],
"compilerOptions": {
"outDir": "dist/generated/prisma",
"outDir": "generated/prisma",
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",