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 e87a19a commit 8ac9014Copy full SHA for 8ac9014
packages-exp/remote-config-types-exp/api-extractor.json
@@ -0,0 +1,5 @@
1
+{
2
+ "extends": "../../config/api-extractor.json",
3
+ // Point it to your entry point d.ts file.
4
+ "mainEntryPointFilePath": "<projectFolder>/index.d.ts"
5
+}
packages-exp/remote-config-types-exp/package.json
@@ -6,7 +6,11 @@
6
"license": "Apache-2.0",
7
"scripts": {
8
"test": "tsc",
9
- "test:ci": "node ../../scripts/run_tests_in_ci.js"
+ "test:ci": "node ../../scripts/run_tests_in_ci.js",
10
+ "api-report": "api-extractor run --local --verbose",
11
+ "predoc": "node ../../scripts/exp/remove-exp.js temp",
12
+ "doc": "api-documenter markdown --input temp --output docs",
13
+ "build:doc": "yarn api-report && yarn doc"
14
},
15
"files": [
16
"index.d.ts"
0 commit comments