Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.json 375 Bytes
Copy Edit Raw Blame History
SiroSong authored 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"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化