1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-21 17:56:45 +02: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": [
"cypress.config.ts",
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
"test/cypress/**/*"
"test/cypress/**/*",
"extension/**/*",
"extensions/**/*"
]
}