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 8843269 commit 437297eCopy full SHA for 437297e
package.json
@@ -2,8 +2,8 @@
2
"name": "detsys-ts",
3
"version": "1.0.0",
4
"description": "TypeScript goodies for DetSys projects",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
+ "main": "./dist/index.mjs",
+ "types": "./dist/index.d.mts",
7
"type": "module",
8
"scripts": {
9
"build": "tsdown",
0 commit comments