mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
13 lines
172 B
JSON
13 lines
172 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": [
|
||
|
"cypress",
|
||
|
],
|
||
|
},
|
||
|
"include": [
|
||
|
"integration/*.ts",
|
||
|
"integration/*.tsx"
|
||
|
],
|
||
|
}
|