Skip to content

Commit

Permalink
fix: update rootDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Feb 5, 2025
1 parent 7f0b06e commit 9601c0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/design-system/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@n8n/frontend-typescript-config",
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"rootDirs": [".", "../../frontend/@n8n/composables/src"],
"outDir": "dist",
"types": ["vite/client", "vitest/globals"],
"typeRoots": [
Expand Down
7 changes: 6 additions & 1 deletion packages/editor-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"extends": "@n8n/frontend-typescript-config",
"compilerOptions": {
"baseUrl": ".",
"rootDirs": [".", "../design-system/src", "../@n8n/chat/src"],
"rootDirs": [
".",
"../../frontend/@n8n/composables/src",
"../design-system/src",
"../@n8n/chat/src"
],
"outDir": "dist",
"types": [
"vitest/globals",
Expand Down

0 comments on commit 9601c0f

Please sign in to comment.