diff --git a/tsconfig.json b/tsconfig.json index 482446c..5b877eb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -44,6 +44,7 @@ "**/*.tsx" ], "exclude": [ - "node_modules" + "node_modules", + "admin" ] }