modernize cypress to target the same ES and TS standards as the rest of the app

This commit is contained in:
Hazelnoot 2025-10-06 00:01:16 -04:00
parent 9beeca5942
commit ce8b75c652

View file

@ -1,10 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../packages/shared/tsconfig.web.json",
"compilerOptions": {
"lib": ["dom", "ESNext"],
"target": "ESNext",
"types": ["cypress", "node"],
"incremental": true,
"skipLibCheck": true,
},
"include": ["./**/*.ts"]
}