Skip to content

Commit

Permalink
Emit declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Oct 23, 2023
1 parent 2783f1d commit f8b2f3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "data-of-loathing",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"author": "Sam Gaus <sam@gaus.co.uk>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": ["ESNext"],
"module": "NodeNext",
"esModuleInterop": true,
"declaration": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"strict": true,
Expand Down

0 comments on commit f8b2f3c

Please sign in to comment.