We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037b0f2 commit 0317afdCopy full SHA for 0317afd
1 file changed
README.md
@@ -176,7 +176,7 @@ Microbundle uses the fields from your `package.json` to figure out where it shou
176
"umd:main": "dist/foo.umd.js", // UMD bundle
177
"module": "dist/foo.m.js", // ES Modules bundle
178
"esmodule": "dist/foo.modern.js", // Modern bundle
179
- "types": "dist/foo.d.ts" // TypeScript typings
+ "types": "dist/foo.d.ts" // TypeScript typings directory
180
}
181
```
182
0 commit comments