Skip to content

Commit

Permalink
fix: include type declaration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Martin committed Mar 27, 2021
1 parent 6451489 commit 3396296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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": "0.0.2",
"description": "Use Amazon Route53 as a super fast and reliable DB 🚀",
"main": "dist/index.js",
"types": "./lib/index.d.ts",
"repository": "https://github.com/njbmartin/diggydb-nodejs.git",
"author": "Nicholas Martin <[email protected]>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"include": ["src/*"],
"exclude": [],
"compilerOptions": {
"declaration": true,
"strict": true,
"outDir": "dist",
"target": "es2016",
Expand Down

0 comments on commit 3396296

Please sign in to comment.