4 Star 2 Fork 1

Gitee 极速下载/react-flow-chart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/MrBlenny/react-flow-chart
克隆/下载
tsconfig.json 715 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Revay 提交于 2019-10-20 08:25 +08:00 . Release 0.0.8
{
"compilerOptions": {
"outDir": "dist/src",
"module": "commonjs",
"target": "es5",
"lib": ["es5", "es6", "es7", "es2017", "dom"],
"sourceMap": true,
"jsx": "react",
"moduleResolution": "node",
"rootDirs": ["src", "stories"],
"baseUrl": "src",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"allowJs": false,
"declaration": true,
"types": ["react"]
},
"include": ["src/index.ts"],
"exclude": ["node_modules", "build", "scripts", "config"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/react-flow-chart.git
git@gitee.com:mirrors/react-flow-chart.git
mirrors
react-flow-chart
react-flow-chart
master

搜索帮助