skrill-frontend/cypress/tsconfig.json

9 lines
139 B
JSON
Raw Normal View History

2024-07-28 03:04:23 -06:00
{
"extends": "../tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"sourceMap": false,
"types": ["cypress"]
}
}