mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
13 lines
247 B
JSON
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"
|
|
]
|
|
}
|