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:
parent
6a38b67aae
commit
7ee19cef23
@ -4,5 +4,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"types": ["cypress"]
|
"types": ["cypress"]
|
||||||
}
|
},
|
||||||
|
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
|
||||||
|
"exclude": []
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"cypress.config.ts",
|
"cypress.config.ts",
|
||||||
|
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
|
||||||
"cypress/**/*"
|
"cypress/**/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user