mirror of
https://github.com/mempool/mempool.git
synced 2026-08-17 13:07:07 +02:00
8 lines
164 B
JSON
8 lines
164 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*", "**/__e2e__/*"],
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
|
|
}
|