feat(web): Add Workflow
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"module": "ESNext",
|
||||
"types": ["vite/client"],
|
||||
"skipLibCheck": true,
|
||||
"ignoreDeprecations": "6.0",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
@@ -28,6 +29,6 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"include": ["src", "src/views/Workflow/components/Properties/.tsx"],
|
||||
"exclude": ["**/*copy*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user