cypress tsconfig.json fix

This commit is contained in:
Sebastian Frank 2022-02-26 17:43:34 +01:00
parent ff7441f3c5
commit 0ac8817805

View File

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