diff --git a/server/tsconfig.json b/server/tsconfig.json index aba29b0..75c3fd2 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -21,5 +21,10 @@ "noImplicitAny": false, "strictBindCallApply": false, "noFallthroughCasesInSwitch": false - } + }, + "exclude": [ + "node_modules", + "dist", + "prisma/data/foundry-pf2e" + ] }