refactor: Move @n8n/chat package to frontend/@n8n (no-changelog) (#13425)

This commit is contained in:
Alex Grozav
2025-02-24 21:19:51 +02:00
committed by GitHub
parent 06572efad3
commit 37d4b00e3f
80 changed files with 289 additions and 323 deletions

View File

@@ -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