mempool/backend/tsconfig.build.json
2022-07-07 12:33:04 -07:00

5 lines
96 B
JSON

{
"extends": "./tsconfig",
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
}