mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 15:59:44 -07:00
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"types": ["cypress"]
|
|
}
|
|
}
|