mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
|
|
}
|