13 Star 189 Fork 37

vuepress-reco/vuepress-theme-reco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.base.json 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
recoluan 提交于 2024-02-29 00:51 +08:00 . build: bump deps
{
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": false,
"lib": ["DOM", "ES2022"],
"module": "CommonJS",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"newLine": "lf",
"noEmitOnError": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": false,
"strict": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"target": "ES2022",
"jsx": "preserve",
"paths": {
"@theme/*": [
"./packages/vuepress-theme-reco/src/client/components/*"
],
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/vuepress-reco/vuepress-theme-reco.git
git@gitee.com:vuepress-reco/vuepress-theme-reco.git
vuepress-reco
vuepress-theme-reco
vuepress-theme-reco
main

搜索帮助