diff --git a/package-lock.json b/package-lock.json index 23b0705..15f0fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "discreetly-interfaces", - "version": "0.1.0", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "discreetly-interfaces", - "version": "0.1.0", - "license": "ISC", + "version": "0.1.5", + "license": "MIT", "dependencies": { "poseidon-lite": "^0.2.0", "rlnjs": "^3.1.4" diff --git a/package.json b/package.json index 2cde9da..0fb21ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discreetly-interfaces", - "version": "0.1.4", + "version": "0.1.5", "description": "Common interfaces and utilities for discreetly", "author": "AtHeartEngineer", "homepage": "https://github.com/Discreetly", diff --git a/tsconfig.json b/tsconfig.json index 5918836..4444467 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,8 +14,14 @@ "forceConsistentCasingInFileNames": true, "sourceMap": true, "esModuleInterop": true, + "declaration": true, + "declarationDir": "./dist/types", }, "files": [ "./src/index.ts" - ] + ], + "typeRoots": [ + "node_modules/@types", + "src/types", + ], } \ No newline at end of file