Files
cherrypick/website/tsconfig.json

9 lines
215 B
JSON
Raw Permalink Normal View History

2025-08-13 18:19:25 +03:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
},
"exclude": [".docusaurus", "build"]
}