docs-util: fixes following packages reorg (#9326)

- Typescript config aren't picked up properly anymore since they're moved to `_tsconfig.base.json` in the root. So, we now read the config from the config file.
- Update Typescript version in the `utils` monorepo to match that of the root monorepo
This commit is contained in:
Shahed Nasser
2024-09-26 17:22:08 +00:00
committed by GitHub
parent 229da19029
commit bd4d2fd554
15 changed files with 107 additions and 31 deletions
@@ -24,7 +24,7 @@
"ts-node": "^10.9.1",
"typedoc": "^0.26.2",
"typedoc-plugin-custom": "*",
"typescript": "5.5",
"typescript": "^5.6.2",
"utils": "*"
},
"devDependencies": {