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 7229c4c commit 9e19df8Copy full SHA for 9e19df8
package.json
@@ -52,7 +52,7 @@
52
"types": "./dist/remark-nomnoml.d.ts",
53
"exports": {
54
".": {
55
- "import": "./dist/remark-nomnoml.js",
+ "import": "./dist/remark-nomnoml.mjs",
56
"require": "./dist/remark-nomnoml.js",
57
"types": "./dist/remark-nomnoml.d.ts"
58
}
tsup.config.ts
@@ -5,6 +5,7 @@ export default defineConfig((options) => {
5
name: 'remark-nomnoml',
6
7
shims: true,
8
+ format: ['cjs', 'esm'],
9
10
entry: ['src/remark-nomnoml.ts'],
11
0 commit comments