Skip to content

Commit

Permalink
#1270: ensure typing is offered for deeper classes as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed May 24, 2024
1 parent 4fbfd39 commit 390266d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @types/lib/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"types": "./@types/lib/index.d.ts",
"default": "./lib/index.js"
},
"./*": "./*.js"
"./*": {
"types": "./@types/lib/*.d.ts",
"default": "./lib/*.js"
}
},
"bin": {
"mcdev": "./lib/cli.js"
Expand Down

0 comments on commit 390266d

Please sign in to comment.