refactor: Fix TypeScript errors workflow package (#9437)

This commit is contained in:
Elias Meire
2024-05-17 11:28:13 +02:00
committed by GitHub
parent 2967df2fe0
commit 451e6590d6
11 changed files with 11 additions and 17 deletions

View File

@@ -11,7 +11,7 @@
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"baseUrl": ".",
"types": ["vitest/globals"],
"types": ["vitest/globals", "../workflow/src/types.d.ts"],
"paths": {
"@/*": ["src/*"],
"n8n-design-system/*": ["../design-system/src/*"],