Skip to content

Commit 8ac9014

Browse files
committed
add api-extractor to rc types
1 parent e87a19a commit 8ac9014

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"license": "Apache-2.0",
77
"scripts": {
88
"test": "tsc",
9-
"test:ci": "node ../../scripts/run_tests_in_ci.js"
9+
"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"
1014
},
1115
"files": [
1216
"index.d.ts"

0 commit comments

Comments
 (0)