fix type checking for cypress

This commit is contained in:
MapleLeaf
2022-01-10 16:03:54 -06:00
parent 4f8308dc73
commit adeb0fb0d9
3 changed files with 6 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
"**/dist/**",
"**/.cache/**",
"**/api/_build/**",
"**/public/**"
"**/public/**",
"**/cypress/**"
]
}