Skip to content

Commit

Permalink
fix: ensure that the dist file structure is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
sambauers committed Mar 2, 2023
1 parent d8faf74 commit 0462187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"moduleResolution": "node",
"stripInternal": true,
"outDir": "./dist"
}
},
"files": [
"./src/index.ts"
]
}

0 comments on commit 0462187

Please sign in to comment.