mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
|
|
}
|