1 Star 0 Fork 99

静听/openEuler-portal_1

forked from openEuler/openEuler-portal 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
王木口 提交于 2023-05-23 19:06 . feat:本地mermaid 文件
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"useDefineForClassFields": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["esnext", "dom"],
"baseUrl": "./",
"paths": {
"@/*": ["./app/.vitepress/src/*"],
"opendesign": ["./opendesign"]
},
"types": [
"unplugin-icons/types/vue",
"element-plus/global",
"node",
"vitepress/client"
]
},
"include": [
"./env.d.ts",
"app/.vitepress/**/*.ts",
"app/.vitepress/**/*.d.ts",
"app/.vitepress/**/*.tsx",
"app/.vitepress/**/*.vue",
"app/.vitepress/config.ts",
"app/.vitepress/theme/index.ts",
"app/.vitepress/src/shared/mermaid.js"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JingTing12138/openEuler-portal_1.git
git@gitee.com:JingTing12138/openEuler-portal_1.git
JingTing12138
openEuler-portal_1
openEuler-portal_1
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385