mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-22 11:57:35 +00:00
🏗️ change doc theme
This commit is contained in:
12
website/tsconfig.json
Normal file
12
website/tsconfig.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
// This file is not used in compilation. It is here just for a nice editor experience.
|
||||
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"node",
|
||||
"@docusaurus/module-type-aliases",
|
||||
"docusaurus-theme-nonepress"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user