diff --git a/tsconfig.json b/tsconfig.json index b0e519084..5b00b2a58 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,4 +21,7 @@ "lib/**/*", "lib/util/settings.schema.json" ], + "exclude": [ + "node_modules" + ], } \ No newline at end of file