Skip to content

Commit

Permalink
more typing experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff committed Apr 15, 2024
1 parent bf286c4 commit 8e6fdda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@
"type": "module",
"main": "./dist/fast-image-sequence.umd.cjs",
"module": "./dist/fast-image-sequence.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./dist/fast-image-sequence.js",
"require": "./dist/fast-image-sequence.umd.cjs"
"require": "./dist/fast-image-sequence.umd.cjs",
"types": "./index.d.ts"
}
},
"files": [
"dist/**/*",
"README.md"
],
"types": "./index.d.ts",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 8e6fdda

Please sign in to comment.