mempool/backend/tsconfig.build.json

5 lines
96 B
JSON
Raw Normal View History

2022-07-07 12:33:04 -07:00
{
"extends": "./tsconfig",
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
}