mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Add optional chaining to pruning.isEnabled (no-changelog) (#12023)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user