|
|
@@ -1,8 +1,8 @@ |
|
|
|
{ |
|
|
|
"extends": ["../../../typedoc.base.json"], |
|
|
|
"extends": ["../../../../typedoc.base.json"], |
|
|
|
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"], |
|
|
|
"entryPoints": ["src/index.ts"], |
|
|
|
"excludeNotDocumented": true, |
|
|
|
"includeVersion": true, |
|
|
|
"tsconfig": "../../../tsconfig.json" |
|
|
|
"tsconfig": "../../../../tsconfig.json" |
|
|
|
} |