Skip to content

Commit 9cb34e2

Browse files
committed
fix: excluge the seed file
1 parent 0069007 commit 9cb34e2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/api/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@
4040
"moduleDetection": "force",
4141
"skipLibCheck": true,
4242
},
43+
"include": [
44+
"src/**/*"
45+
],
4346
"exclude": [
44-
"prisma/seed.ts",
47+
"prisma",
4548
"node_modules",
4649
"dist"
4750
]

0 commit comments

Comments
 (0)