cypress tsconfig.json fix

This commit is contained in:
2022-02-26 17:43:34 +01:00
parent d119c39a72
commit e7126b86d6

View File

@@ -1,4 +1,6 @@
{
"include": ["**/*"],
"exclude": [],
"compilerOptions": {
"preserveValueImports": false
}