Revert "MISC: fix typing conflict between jest and cypress"

This commit is contained in:
hydroflame
2022-05-04 12:14:31 -04:00
committed by GitHub
parent 9818a397bc
commit c5bc47abf0
12 changed files with 25 additions and 19 deletions
-11
View File
@@ -1,11 +0,0 @@
{
"compilerOptions": {
"esModuleInterop": true,
"isolatedModules": true,
"module": "commonjs",
"noEmit": true,
"strict": true,
"target": "es6",
"types": ["cypress", "@testing-library/cypress"]
}
}