mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
* build(docs): switch to esm * build(docs): bump pnpm to v10.20.0 * ci: 精简文档站构建和发布流程 * build(docs): 升级部分依赖 * ci: 补全package.json的查找路径 * build(docs): 升级plume主题 * fix(docs): 适应新版本主题的样式变动 * ci: 补全文档站工作流的权限设置
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["vite/client"],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": [".vuepress/**/*.*ts"]
|
|
}
|