Files
MaaAssistantArknights/docs/tsconfig.json
Lucien Shaw e6de86cf79 build(docs): update and switch to esm (#14642)
* 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: 补全文档站工作流的权限设置
2025-11-06 16:51:31 +08:00

13 lines
294 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "bundler",
"types": ["vite/client"],
"strict": true,
"noEmit": true,
"allowImportingTsExtensions": true
},
"include": [".vuepress/**/*.*ts"]
}