Merge branch 'release/18.0'

This commit is contained in:
Andy Butland
2026-05-14 08:11:39 +02:00
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "index.ts"],
"exclude": ["src/**/*.test.ts", "src/**/*.stories.ts"]
}
@@ -19,4 +19,5 @@ for (const [key, value] of Object.entries(packageJsonExports || {})) {
export default {
entryPoints,
out: 'ui-api',
tsconfig: './tsconfig.typedoc.json',
};