mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 18:32:19 +01:00
9 lines
139 B
JSON
9 lines
139 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": ["**/*.ts"],
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": false,
|
||
|
"types": ["cypress"]
|
||
|
}
|
||
|
}
|