rev:流程引擎

This commit is contained in:
2024-05-10 13:49:02 +08:00
parent 403065e55e
commit c4b129e2f2
58 changed files with 2411 additions and 1418 deletions

View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}