mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["cypress", "node", "cypress-wait-until"],
|
|
"lib": ["es2015", "dom"],
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
}
|
|
}
|