Skip to content

Commit

Permalink
Export declarations files (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasupulaphani authored Feb 6, 2021
1 parent 129ad53 commit 468791a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "6.1.0",
"description": "Simplistic node redis cache ready can scale with generic-pool support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"noImplicitAny": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictNullChecks": true
"strictNullChecks": true,
"declaration": true
},
"include": ["index.ts", "src/**/*"]
}

0 comments on commit 468791a

Please sign in to comment.