refactor(editor): Fix typecheck for design-system and chat packages (no-changelog) (#9599)

This commit is contained in:
Alex Grozav
2024-06-03 16:04:21 +03:00
committed by GitHub
parent 485838446f
commit 1a982d51b3
40 changed files with 81 additions and 60 deletions

View File

@@ -13,7 +13,7 @@
"types": ["vitest/globals"],
"typeRoots": ["./node_modules/@testing-library", "./node_modules/@types", "../../node_modules", "../../node_modules/@types"],
"paths": {
"@/*": ["src/*"]
"n8n-design-system/*": ["./src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
// TODO: remove all options below this line