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 b89a1eb commit 1fc390dCopy full SHA for 1fc390d
package.json
@@ -2,20 +2,21 @@
2
"name": "typescript-docs-verifier",
3
"description": "Verifies that typescript examples in markdown files actually compile.",
4
"keywords": [
5
- "typescript",
6
- "ts",
7
- "documentation",
8
- "docs",
9
- "doc",
10
- "compile",
11
- "compilation",
+ "block",
+ "blocks",
12
"build",
13
"check",
14
"code",
15
- "blocks",
16
- "generator",
+ "compilation",
+ "compile",
+ "doc",
+ "docs",
+ "documentation",
17
"markdown",
18
- "md"
+ "md",
+ "ts",
+ "typescript",
19
+ "verify"
20
],
21
"version": "1.0.1",
22
"main": "dist/index.js",
0 commit comments