diff --git a/tsconfig.json b/tsconfig.json index a651b256de..dd6df7d6d7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,8 @@ ] }, "exclude": [ - "node_modules" + "node_modules", + "lib", + "es" ] }