mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
8 lines
91 B
JSON
8 lines
91 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": [
|
||
|
"unit/*.ts",
|
||
|
"unit/*.tsx"
|
||
|
],
|
||
|
}
|