Website/tsconfig.json

12 lines
227 B
JSON
Raw Normal View History

2024-11-30 19:31:24 +00:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
},
2024-12-02 18:41:26 +00:00
"exclude": [
".docusaurus",
"build"
]
2024-11-30 19:31:24 +00:00
}