mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-23 06:11:06 +00:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
committed by
noneflow[bot]
parent
16fcd4c639
commit
41b7d5a3a0
@ -6,11 +6,11 @@
|
||||
"types": [
|
||||
"node",
|
||||
"@docusaurus/module-type-aliases",
|
||||
"@nullbot/docusaurus-theme-nonepress"
|
||||
"@nullbot/docusaurus-theme-nonepress",
|
||||
],
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@theme/*": ["./src/theme/*"]
|
||||
"@theme/*": ["./src/theme/*"],
|
||||
},
|
||||
|
||||
/* Strict Type-Checking Options */
|
||||
@ -31,6 +31,6 @@
|
||||
|
||||
/* Use tslib */
|
||||
"importHelpers": true,
|
||||
"noEmitHelpers": true
|
||||
}
|
||||
"noEmitHelpers": true,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user