1 Star 0 Fork 207

popkart / blog

forked from openGauss / blog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
ailoooong 提交于 2022-12-09 15:30 . fix:blog template
{
"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"]
},
"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"
]
}
1
https://gitee.com/pgdba/blog.git
git@gitee.com:pgdba/blog.git
pgdba
blog
blog
v2

搜索帮助