Make shared-components vitest happier (#33863)

* Make shared-components vitest happier

Silence logs about legacy JSX transform

* Fix typedoc warning
This commit is contained in:
Michael Telatynski
2026-06-17 09:23:16 +00:00
committed by GitHub
parent ecbab6d137
commit 90f4ae0b7a
6 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
"typedoc": {
"cache": "true",
"command": "typedoc",
"inputs": ["src"],
"inputs": ["src", "{projectRoot}/typedoc.json"],
"outputs": ["{projectRoot}/typedoc"],
"options": { "cwd": "packages/shared-components" },
"dependsOn": ["^build"]