diff --git a/packages/common/typedoc.json b/packages/common/typedoc.json new file mode 100644 index 0000000000..b721cc8870 --- /dev/null +++ b/packages/common/typedoc.json @@ -0,0 +1,8 @@ +{ + "extends": [ + "../../typedoc.base.json" + ], + "entryPoints": [ + "*.js", + ] +}