Skip to content

Commit

Permalink
test(client): add @legacy and @System custom tag support (microsoft#2…
Browse files Browse the repository at this point in the history
…1445)

- Created common `tsdoc-base.json` with `@legacy` and `@system` tags.
- Used `flub exec -g client` to place a `tsdoc.json` file wherever
`api-extractor.json` existed.
- Added `tsdoc.json` to `devtools-view` and `example-utils`.
  • Loading branch information
jason-ha authored Jun 14, 2024
1 parent bdcb3e4 commit 3491269
Show file tree
Hide file tree
Showing 85 changed files with 362 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure/packages/azure-service-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
26 changes: 26 additions & 0 deletions common/build/build-common/tsdoc-base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",

// Include the definitions that are required for API Extractor
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],

"tagDefinitions": [
{
// This tag indicates API is part of a legacy API set.
"tagName": "@legacy",
"syntaxKind": "modifier"
},
{
// This tag indicates API is part of reserved system types
// and should not be inspected by external parties. It may
// change version to version.
"tagName": "@system",
"syntaxKind": "modifier"
}
],

"supportForTags": {
"@legacy": true,
"@system": true
}
}
4 changes: 4 additions & 0 deletions examples/utils/example-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/PropertyDDS/packages/property-dds/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/dds/attributable-map/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/dds/ot/ot/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/dds/ot/sharejs/json1/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/dds/sequence-deprecated/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/dds/tree/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/framework/data-objects/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/framework/last-edited/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions experimental/framework/tree-react-api/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/common/client-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/common/container-definitions/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/common/core-interfaces/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/common/core-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/common/driver-definitions/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/cell/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/counter/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/ink/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/map/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/matrix/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/merge-tree/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/ordered-collection/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/pact-map/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/register-collection/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/sequence/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/shared-object-base/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/shared-summary-block/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/task-manager/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/test-dds-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/dds/tree/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/debugger/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/driver-base/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/driver-web-cache/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/file-driver/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/local-driver/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/odsp-driver-definitions/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/odsp-driver/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/odsp-urlResolver/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/replay-driver/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/routerlicious-driver/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/routerlicious-urlResolver/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/drivers/tinylicious-driver/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/agent-scheduler/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/aqueduct/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/attributor/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/client-logger/fluid-telemetry/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/data-object-base/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/dds-interceptions/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/fluid-framework/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/fluid-static/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/oldest-client-observer/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/request-handler/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/synthesize/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/framework/undo-redo/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/loader/container-loader/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/loader/driver-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/loader/test-loader-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/runtime/container-runtime-definitions/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/runtime/container-runtime/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/runtime/datastore-definitions/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/runtime/datastore/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/runtime/id-compressor/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/runtime/runtime-definitions/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/runtime/runtime-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/runtime/test-runtime-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/service-clients/azure-client/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/service-clients/odsp-client/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/service-clients/tinylicious-client/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/test/mocha-test-setup/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/test/stochastic-test-utils/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/test/test-driver-definitions/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
4 changes: 4 additions & 0 deletions packages/test/test-drivers/tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["../../../common/build/build-common/tsdoc-base.json"]
}
Loading

0 comments on commit 3491269

Please sign in to comment.