Skip to content

Commit 7ca5f39

Browse files
authored
chore: update readme (#1995)
1 parent 82adc1e commit 7ca5f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ If you are familiar with Web IDL, you may also want to check whether the upstrea
8686
- `addedTypes.jsonc`: types that should exist but are missing from the spec data.
8787
- `overridingTypes.jsonc`: types that are defined in the spec but have TypeScript-friendly modifications in the json files.
8888
- `removedTypes.jsonc`: types that are defined in the spec but should be removed.
89-
- `comments.json`: comment strings to be embedded in the generated .js files.
90-
- `deprecatedMessage.json`: the reason why one type is deprecated. The reason why it is a separate file rather than merge in comment.json is mdn/apiDescriptions.json would also possibly be deprecated.
89+
- `comments.json`: comment strings to be embedded in the generated .d.ts files.
90+
- `deprecatedMessage.json`: the reason why one type is deprecated.
9191

9292
## Deployment to TypeScript
9393

0 commit comments

Comments
 (0)