1 Star 0 Fork 1

vincent/learning-vue3

forked from cpasion-docs/learning-vue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
chengpeiquan 提交于 2022-09-29 22:56 . chore: backup
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"suppressImplicitAnyIndexErrors": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"incremental": false,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"rootDir": ".",
"types": ["node"],
"paths": {
"@/*": ["docs/*"]
},
"lib": ["ESNext", "DOM", "DOM.Iterable"]
},
"include": ["docs/**/*", ".vitepress/**/*"],
"exclude": ["node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vincent158/learning-vue3.git
git@gitee.com:vincent158/learning-vue3.git
vincent158
learning-vue3
learning-vue3
main

搜索帮助