mempool/backend/tsconfig.build.json

9 lines
148 B
JSON
Raw Normal View History

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