Skip to content

Commit

Permalink
Add type definitions to export in package.json (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
spassvogel authored Jul 7, 2023
1 parent 51dcb10 commit 123f853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/pixi-tilemap.es.js",
"require": "./dist/pixi-tilemap.umd.js"
}
Expand Down Expand Up @@ -48,4 +49,4 @@
"vite-plugin-dts": "^2.1.0",
"vitest": "^0.29.2"
}
}
}

0 comments on commit 123f853

Please sign in to comment.