diff --git a/tsconfig.json b/tsconfig.json index 6974f038..26d73cad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,9 @@ }, "exclude": [ "node_modules", + "jslib/node_modules", "dist", + "jslib/dist", "build" ] }