1 Star 0 Fork 0

Vue.js / vitepress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"verbatimModuleSyntax": true,
"jsx": "preserve",
"lib": ["esnext", "dom", "dom.iterable"]
},
"exclude": [
"**/node_modules/**",
"**/dist/**",
"template",
"bin",
"docs/snippets",
"scripts"
]
}
1
https://gitee.com/vuejs/vitepress.git
git@gitee.com:vuejs/vitepress.git
vuejs
vitepress
vitepress
main

搜索帮助