feat: Docusaurus v3 upgrades and require TypeScript 5 (#9258)

This commit is contained in:
Sébastien Lorber 2023-08-25 10:54:58 +02:00 committed by GitHub
parent da85e22778
commit b3c8f5c929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 41 additions and 26 deletions

View file

@ -5,6 +5,7 @@
"composite": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo-client",
"moduleResolution": "bundler",
"module": "esnext",
"target": "esnext",
"rootDir": "src",