Merge pull request #10 from appliedzkp/fix/identity_ts_config_update

fix: identity tsconfig update
Former-commit-id: 0fe521f8614ad21d0db268a0bcd5cea0e7ebbee8 [formerly 1098b7372f01dd5bd8eb739775d1c870568d3ebb] [formerly 18e7fca005395f8ebb84d7a38259519ebf66b956 [formerly cbe055e82b]]
Former-commit-id: 63b713fe64ac261dea6cb76b1291d009af2654c0 [formerly 68e5b31b03fc05091b4b8ed5c2a02793a6eba533]
Former-commit-id: af751e0ffabccd51305fe121ef02bdddb16b3654
This commit is contained in:
Andrija Novakovic
2022-01-04 01:04:05 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@libsem/identity",
"version": "1.0.21",
"version": "1.0.22",
"description": "Library for managing identites for Semaphore and Rln protocols.",
"main": "dist/index.node.js",
"types": "dist/types/index.d.ts",

View File

@@ -2,7 +2,8 @@
"compilerOptions": {
"declaration": true,
"declarationDir": "./dist/types",
"composite": true,
"esModuleInterop": true,
},
"include": ["src"]
}