diff --git a/src/packages/reactivity/typedoc.json b/src/packages/reactivity/typedoc.json new file mode 100644 index 00000000..212dc2f0 --- /dev/null +++ b/src/packages/reactivity/typedoc.json @@ -0,0 +1,4 @@ +{ + "extends": ["core-packages/typedoc.base.json"], + "entryPoints": ["./index.ts"] +}