docs/tsconfig.json

11 lines
226 B
JSON
Raw Permalink Normal View History

2025-08-19 10:00:15 +00:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
},
2025-08-20 05:31:58 +00:00
"exclude": [
".docusaurus",
"build"
]
}