Skip to content

Commit 2857e7a

Browse files
authored
Merge pull request #284 from apsinghdev/chore/add-seed
[fix] excluge the seed file
2 parents a5859be + 0069007 commit 2857e7a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

apps/api/tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@
3939
"noUncheckedSideEffectImports": true,
4040
"moduleDetection": "force",
4141
"skipLibCheck": true,
42-
}
42+
},
43+
"exclude": [
44+
"prisma/seed.ts",
45+
"node_modules",
46+
"dist"
47+
]
4348
}

0 commit comments

Comments
 (0)