cypress tsconfig.json fix

This commit is contained in:
Sebastian Frank 2022-02-26 17:43:34 +01:00
parent d119c39a72
commit e7126b86d6
Signed by: apairon
GPG Key ID: A0E05A8199CE3F57

View File

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