www_docs_threefold_io/docs_website/tsconfig.json

8 lines
179 B
JSON
Raw Normal View History

2024-08-24 12:53:09 +00:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
2024-08-26 18:10:27 +00:00
"baseUrl": "docs"
2024-08-24 12:53:09 +00:00
}
}