diff --git a/tsconfig.json b/tsconfig.json index ef44e286..050ea72a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,4 +17,7 @@ "dom" ] } + "exclude": [ + "functions" + ] }