chore(ui): Refactor action and connector form fields into single component

This commit is contained in:
Richard Palethorpe
2025-03-26 09:03:03 +00:00
parent 0f2731f9e8
commit 4dcc77372d
21 changed files with 964 additions and 753 deletions

15
jsconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ES2022",
"jsx": "react",
"allowImportingTsExtensions": true,
"strictNullChecks": true,
"strictFunctionTypes": true
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}