plugin-barman-cloud/web/tsconfig.json
Armando Ruocco 0c13be5908 refactor: review
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
2025-05-15 12:54:18 +02:00

13 lines
247 B
JSON

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