mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
11 lines
141 B
JSON
11 lines
141 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
},
|
|
"include": [
|
|
"e2e/*.ts",
|
|
"e2e/*.tsx"
|
|
],
|
|
}
|