fix(editor): Add optional chaining to pruning.isEnabled (no-changelog) (#12023)

This commit is contained in:
Alex Grozav
2024-12-09 15:46:20 +02:00
committed by GitHub
parent 78c64adb09
commit 127d864bbb
3 changed files with 6 additions and 5 deletions

View File

@@ -20,7 +20,8 @@
"@/*": ["./src/*"],
"n8n-design-system": ["../design-system/src/main.ts"],
"n8n-design-system/*": ["../design-system/src/*"],
"@n8n/chat/*": ["../@n8n/chat/src/*"]
"@n8n/chat/*": ["../@n8n/chat/src/*"],
"@n8n/api-types*": ["../@n8n/api-types/src*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
// TODO: remove all options below this line