fix: check failed

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-07-04 16:14:27 +02:00
parent 764d38c9fa
commit 71fd87a716
10 changed files with 10 additions and 22 deletions

View File

@ -1,3 +1,4 @@
{
"extends": "./node_modules/astro/tsconfigs/strictest.json"
"extends": "./node_modules/astro/tsconfigs/strictest.json",
"exclude": ["cypress"]
}