1 Star 1 Fork 75

JackEasons/rsuite

forked from rsuite/rsuite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 301 Bytes
一键复制 编辑 原始数据 按行查看 历史
simonguo 提交于 2019-07-31 14:13 . Migrate from flow to typescript (#531)
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noImplicitAny": false,
"noUnusedParameters": true,
"noUnusedLocals": true,
"target": "es5",
"jsx": "react"
},
"include": ["./src/**/*.ts", "./src/**/*.tsx"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/JackEasons/rsuite.git
[email protected]:JackEasons/rsuite.git
JackEasons
rsuite
rsuite
master

搜索帮助