Skip to content

Commit

Permalink
docs(lib): add api-extractor to lib-dynamodb and lib-storage (#4749)
Browse files Browse the repository at this point in the history
  • Loading branch information
MYoung25 authored May 23, 2023
1 parent 20cda3f commit c55d61a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api-extractor.lib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "./api-extractor.json",
"docModel": {
"apiJsonFilePath": "./temp-lib/<unscopedPackageName>.api.json"
},
"apiReport": {
"reportFolder": "./temp-lib/",
"reportTempFolder": "./temp-lib/"
}
}
4 changes: 4 additions & 0 deletions lib/lib-dynamodb/api-extractor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../../api-extractor.lib.json",
"mainEntryPointFilePath": "./dist-types/index.d.ts"
}
1 change: 1 addition & 0 deletions lib/lib-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"extract:docs": "api-extractor run --local",
"test": "jest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions lib/lib-storage/api-extractor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../../api-extractor.lib.json",
"mainEntryPointFilePath": "./dist-types/index.d.ts"
}
1 change: 1 addition & 0 deletions lib/lib-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"extract:docs": "api-extractor run --local",
"test": "jest"
},
"engines": {
Expand Down

0 comments on commit c55d61a

Please sign in to comment.