Skip to content

Commit

Permalink
fix: make type declarations available
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Sep 2, 2024
1 parent 0ba0fe5 commit 8fa57e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "rm -rf dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Algorand Foundation",
"license": "AGPL-3.0",
"dependencies": {
"@algorandfoundation/liquid-client": "github:algorandfoundation/liquid-auth-js",
"@algorandfoundation/provider": "github:algorandfoundation/wallet-provider-ts",
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"skipLibCheck": true,
"outDir": "./dist",
"moduleResolution": "node",
"declaration": true,
"declarationDir": "./dist/types"
},
"exclude": ["node_modules", "dist"]
}

0 comments on commit 8fa57e0

Please sign in to comment.