Skip to content

Commit

Permalink
feat: generate ts type information (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPatrickGill committed Feb 6, 2024
1 parent e2f49e8 commit 94edfa6
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 @@ -2,6 +2,7 @@
"name": "snyk-resolve-deps",
"description": "Resolves a node package tree with combined support for both npm@2 and npm@3.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"outDir": "./dist",
"declaration": true,
"pretty": true,
"target": "es2015",
"lib": [
Expand Down

0 comments on commit 94edfa6

Please sign in to comment.