12 Star 152 Fork 30

Maybe/mv-full-page

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maybe 提交于 2022-04-24 12:40 . no message
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"allowJs": true,
"lib": [
"esnext",
"dom"
],
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
],
"$/*": [
"lib/*"
],
"_conf/*": [
"build/*"
]
},
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"build/**/*",
"./*.ts",
"lib/**/*.ts",
"lib/**/*.d.ts",
"lib/**/*.tsx",
"lib/**/*.vue", "types/type.d.ts", "vite.config.ts",
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/null_639_5368/v-full-page.git
[email protected]:null_639_5368/v-full-page.git
null_639_5368
v-full-page
mv-full-page
vue3

搜索帮助