podman-desktop/website/tsconfig.json
Florent BENOIT 194f1ed785
chore: update to docusaurus v3.0.0 (#4764)
fixes https://github.com/containers/podman-desktop/issues/4581
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-11-22 15:09:06 +00:00

7 lines
176 B
JSON

{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
}