diff --git a/tsconfig.json b/tsconfig.json index c8415484f..6a1c020c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,5 +41,5 @@ "require": ["tsconfig-paths/register"], "transpileOnly": true }, - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "build"] }