Skip to content

Commit 0317afd

Browse files
author
mukund
authored
Clarify typescript declarations directory doc (#678)
See #673 It's not possible to actually specify where to place the declarations file. This PR attempts to clarify the docs.
1 parent 037b0f2 commit 0317afd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Microbundle uses the fields from your `package.json` to figure out where it shou
176176
"umd:main": "dist/foo.umd.js", // UMD bundle
177177
"module": "dist/foo.m.js", // ES Modules bundle
178178
"esmodule": "dist/foo.modern.js", // Modern bundle
179-
"types": "dist/foo.d.ts" // TypeScript typings
179+
"types": "dist/foo.d.ts" // TypeScript typings directory
180180
}
181181
```
182182

0 commit comments

Comments
 (0)