1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Exclude cypress folder from type config, but not everywhere: https://github.com/cypress-io/cypress/issues/7552

This commit is contained in:
Patrik J. Braun 2023-09-06 14:10:50 +02:00
parent 6a38b67aae
commit 7ee19cef23
2 changed files with 4 additions and 1 deletions

View File

@ -4,5 +4,7 @@
"compilerOptions": {
"sourceMap": false,
"types": ["cypress"]
}
},
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
"exclude": []
}

View File

@ -27,6 +27,7 @@
},
"exclude": [
"cypress.config.ts",
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
"cypress/**/*"
]
}