mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Include cypress TypeScript types in /cypress folder (no-changelog) (#7746)
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"sourceMap": false,
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"sourceMap": false
|
"lib": ["esnext", "dom"],
|
||||||
}
|
"types": ["cypress", "node"]
|
||||||
|
},
|
||||||
|
"include": ["**/*.ts"],
|
||||||
|
"exclude": ["**/dist/**/*", "**/node_modules/**/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,6 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
"exclude": ["**/dist/**/*", "**/node_modules/**/*"],
|
"exclude": ["**/dist/**/*", "**/node_modules/**/*", "cypress"],
|
||||||
"files": ["node_modules/jest-expect-message/types/index.d.ts"]
|
"files": ["node_modules/jest-expect-message/types/index.d.ts"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user