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