1 Star 0 Fork 3

dy.huang/vue3-bpmnjs

forked from carl/vue3-bpmnjs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
tsconfig.json 567 Bytes
Copy Edit Raw Blame History
carl authored 2022-01-27 12:25 . fire time
{
"include": [
"./src/"
// "./**/*.ts", "src/bpmn/config/common.tsx","src/bpmn/config/modules/*.tsx"
],
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": "src",
"lib": [
"esnext",
"dom"
],
"types": [
"vite/client"
],
"paths": {
"@/*": [
"./*"
],
"/#/*": [
"./types/*"
]
}
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dy.huang/vue3-bpmnjs.git
git@gitee.com:dy.huang/vue3-bpmnjs.git
dy.huang
vue3-bpmnjs
vue3-bpmnjs
master

Search