podman-desktop/website/tsconfig.json
Simon Rey 6e676ada05
chore(website): add path alias for api package (#13254)
chore(website): add path alias for api

Signed-off-by: Simon Rey <sfbrey+eqqe@gmail.com>
2025-07-17 10:52:31 +00:00

11 lines
261 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": ".",
"paths": {
"/@api/*": ["../packages/api/src/*"]
}
}
}