modernize cypress to target the same ES and TS standards as the rest of the app
This commit is contained in:
parent
9beeca5942
commit
ce8b75c652
1 changed files with 2 additions and 4 deletions
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue