1 Star 0 Fork 2

晨阳/react-use

forked from 吴震宇/react-use 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"jsx": "react",
"declaration": true,
"pretty": true,
"rootDir": "src",
"sourceMap": false,
"strict": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noImplicitAny": false,
"noFallthroughCasesInSwitch": true,
"outDir": "lib",
"lib": [
"es2018",
"dom"
],
"importHelpers": true
},
"exclude": [
"node_modules",
"lib",
"esm",
"tests",
"stories"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/doit267/react-use.git
git@gitee.com:doit267/react-use.git
doit267
react-use
react-use
master

搜索帮助