diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d2b601a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,6 +0,0 @@ -# [3.2.0](https://github.com/TogetherCrew/mongo-lib/compare/v3.1.0...v3.2.0) (2025-01-24) - - -### Features - -* update user schema and interface to support multiple identities ([f6b559b](https://github.com/TogetherCrew/mongo-lib/commit/f6b559b4de144f954d4600b7e052bcd5e3bacf08)) diff --git a/tsconfig.json b/tsconfig.json index fb8fe75..4c22883 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "declaration": false, + "declaration": true, "removeComments": false, "emitDecoratorMetadata": true, "experimentalDecorators": true