9 lines
197 B
JSON
9 lines
197 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*"],
|
|
"compilerOptions": {
|
|
"types": ["node", "cypress", "@testing-library/cypress"],
|
|
"module": "ES2015",
|
|
"target": "ES2015",
|
|
}
|
|
}
|