podman-desktop/website/tsconfig.json
Florent Benoit 4c988ef7a5 feat: adds initial website built from docusaurus
Change-Id: I0794ac26ba9c6d82c0df31adff66bd229ca5e9f8
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2022-04-04 17:23:17 +02:00

7 lines
190 B
JSON

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