diff --git a/modules/deser-lib/README.md b/modules/deser-lib/README.md index b3f4aec4ca..e362a6d0b5 100644 --- a/modules/deser-lib/README.md +++ b/modules/deser-lib/README.md @@ -1,3 +1,3 @@ # Deser Lib -This library will be used to centralize all the serialization and de-serialization schemes used in the bitgojs modules. +This library will be used to centralize all the serialization and de-serialization schemes used in the BitGoJS modules. diff --git a/tsconfig.packages.json b/tsconfig.packages.json index 6041ba1ef3..e413b99f50 100644 --- a/tsconfig.packages.json +++ b/tsconfig.packages.json @@ -19,6 +19,9 @@ { "path": "./modules/blockapis" }, + { + "path": "./modules/deser-lib" + }, { "path": "./modules/express" },