Skip to content

Commit

Permalink
fix(pkg): add compatible types for /loader subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 27, 2023
1 parent 8c09c02 commit dbaa90d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ coverage
dist
.tmp
/*.js
/*.d.ts
1 change: 1 addition & 0 deletions loader.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./dist/loader";
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"untyped": "./dist/cli.mjs"
},
"files": [
"dist"
"dist",
"*.d.ts"
],
"scripts": {
"build": "unbuild",
Expand Down

0 comments on commit dbaa90d

Please sign in to comment.