rehlds.github.io/tsconfig.json
Sergey Shorokhov c4c4ced941
Init Docusaurus (#2)
* Init Docusaurus

* Change base colors to Half-Life style like

* replace logo

* Change config

* index: remove `HomepageFeatures` and rename button

* config: add auto color mode

* config: fix projectName
2024-10-24 16:37:49 +03:00

8 lines
176 B
JSON

{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
}