1 Star 0 Fork 31

github/LogicFlow

forked from DiDi-opensource/LogicFlow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 921 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"module": "ES2020",
"moduleResolution": "Node",
"experimentalDecorators": true,
"sourceMap": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noEmitOnError": true,
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true,
"target": "ES5",
"jsx": "react-jsx",
"jsxImportSource": "preact"
// see more from: https://preactjs.com/guide/v10/typescript
// "jsx": "preserve",
// "jsxFactory": "h",
// "jsxFragmentFactory": "Fragment",
// "lib": ["DOM", "DOM.Iterable", "ESNext"]
// "baseUrl": ".",
// "paths": {
// "@/*": ["*"],
// "@logicflow/core": ["./packages/core"]
// }
},
"exclude": [
"**/node_modules",
"**/examples",
"**/*.test.ts",
"**/*.e2e.ts",
"**/es",
"**/lib"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jack_github/LogicFlow.git
git@gitee.com:jack_github/LogicFlow.git
jack_github
LogicFlow
LogicFlow
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385