1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Fixing tsconfig.json

This commit is contained in:
Patrik J. Braun 2023-11-25 17:00:58 +01:00
parent 3ac3d432bc
commit 5613085843

View File

@ -28,6 +28,8 @@
"exclude": [ "exclude": [
"cypress.config.ts", "cypress.config.ts",
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855 // See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
"test/cypress/**/*" "test/cypress/**/*",
"extension/**/*",
"extensions/**/*"
] ]
} }