Skip to content

Commit d104a2a

Browse files
committed
add path for @prisma/client to build the library
1 parent 0032fc2 commit d104a2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",
13-
"incremental": true
13+
"incremental": true,
14+
"paths": {
15+
"@prisma/client": ["prisma/client/client.ts"]
16+
}
1417
}
1518
}

0 commit comments

Comments
 (0)