20 Star 451 Fork 111

SiroSong / react-jwchat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
SiroSong 提交于 2023-08-01 14:02 . init
{
"compilerOptions": {
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"jsx": "react",
"baseUrl": "./",
"paths": {
"@@/*": [".dumi/tmp/*"],
"react-jwchat": ["src"],
"react-jwchat/*": ["src/*", "*"]
}
},
"include": [".dumi/**/*", ".dumirc.ts", "src/**/*", "utils", "types", "demo"]
}
TypeScript
1
https://gitee.com/wx_504ae56474/react-jwchat.git
git@gitee.com:wx_504ae56474/react-jwchat.git
wx_504ae56474
react-jwchat
react-jwchat
main

搜索帮助