1 Star 0 Fork 0

nemor / chatbot-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
wyvern 提交于 2023-06-10 11:44 . [部署]
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"allowJs": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
],
"types": [
"vite/client",
"@layui/layui-vue/types/components"
]
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
]
}
JavaScript
1
https://gitee.com/nemor/chatbot-app.git
git@gitee.com:nemor/chatbot-app.git
nemor
chatbot-app
chatbot-app
master

搜索帮助