mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor: Move @n8n/chat package to frontend/@n8n (no-changelog) (#13425)
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"baseUrl": ".",
|
||||
"rootDirs": [
|
||||
".",
|
||||
"../../frontend/@n8n/composables/src",
|
||||
"../design-system/src",
|
||||
"../@n8n/chat/src"
|
||||
"../frontend/@n8n/composables/src",
|
||||
"../frontend/@n8n/chat/src",
|
||||
"../design-system/src"
|
||||
],
|
||||
"outDir": "dist",
|
||||
"types": [
|
||||
@@ -18,7 +18,7 @@
|
||||
"@/*": ["./src/*"],
|
||||
"n8n-design-system*": ["../design-system/src*"],
|
||||
"@n8n/composables*": ["../frontend/@n8n/composables/src*"],
|
||||
"@n8n/chat/*": ["../@n8n/chat/src/*"],
|
||||
"@n8n/chat*": ["../frontend/@n8n/chat/src*"],
|
||||
"@n8n/api-types*": ["../@n8n/api-types/src*"]
|
||||
},
|
||||
// TODO: remove all options below this line
|
||||
|
||||
Reference in New Issue
Block a user