10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ES2022"],
|
|
"target": "ES2022",
|
|
"types": ["cypress", "node"],
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|