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 116cbe1 commit c97c8f4Copy full SHA for c97c8f4
package.json
@@ -12,6 +12,7 @@
12
"scripts": {
13
"build": "rollup -c && api-extractor run --local",
14
"build:tsc": "tsc",
15
+ "type-check": "tsc --noEmit",
16
"prepare": "npm run build",
17
"doc": "npm run build && api-documenter markdown --input-folder ./temp --output-folder ./api-docs/markdown",
18
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments