Skip to content

Commit

Permalink
add sourcemap, type
Browse files Browse the repository at this point in the history
  • Loading branch information
thilllon committed Oct 31, 2022
1 parent ac37f43 commit c7d44bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "thilllon <thilllon970@gmail.com>",
"license": "MIT",
"bin": "dist/cli.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true
}
}

0 comments on commit c7d44bb

Please sign in to comment.