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:
@@ -28,7 +28,7 @@
|
||||
"pluralize": "^8.0.0",
|
||||
"prettier": "^3.2.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "5.5",
|
||||
"typescript": "^5.6.2",
|
||||
"utils": "*",
|
||||
"yaml": "^2.3.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user