podman-desktop/website/tsconfig.json
Florent Benoit 00bd2416e8 chore(website): remove unused api typescript alias
related to https://github.com/podman-desktop/podman-desktop/issues/15496
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-02-13 13:04:11 +01:00

8 lines
196 B
JSON

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