mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix: Include cypress TypeScript types in /cypress folder (no-changelog) (#7746)
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
"sourceMap": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["**/dist/**/*", "**/node_modules/**/*"],
|
||||
"exclude": ["**/dist/**/*", "**/node_modules/**/*", "cypress"],
|
||||
"files": ["node_modules/jest-expect-message/types/index.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user