mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-30 15:14:19 +00:00
master merge
This commit is contained in:
@@ -23,6 +23,20 @@
|
||||
"types": ["jest", "playwright", "jest-playwright-preset", "expect-playwright"],
|
||||
"baseUrl": "src"
|
||||
},
|
||||
"typedocOptions": {
|
||||
"entryPoints": [
|
||||
"./src/SelfServe/Documentation/Documentation.ts",
|
||||
"./src/SelfServe/Documentation/SupportedFeatures.ts",
|
||||
"./src/SelfServe/Decorators.tsx",
|
||||
"./src/SelfServe/SelfServeTypes.ts",
|
||||
"./src/SelfServe/SelfServeUtils.tsx",
|
||||
"./src/SelfServe/SelfServeTelemetryProcessor.ts"
|
||||
],
|
||||
"out": "docs",
|
||||
"excludeInternal": true,
|
||||
"includes": "./src/SelfServe/Documentation",
|
||||
"disableSources": true
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*",
|
||||
"./utils/**/*",
|
||||
|
||||
Reference in New Issue
Block a user