We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184c288 commit 4fe0076Copy full SHA for 4fe0076
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "tsds",
3
- "module": "dist/tsds.mjs",
+ "type": "module",
4
+ "main": "dist/tsds.mjs",
5
"types": "dist/tsds.d.mts",
6
"files": [
7
"dist/ds.mjs",
0 commit comments