mempool/backend/tsconfig.build.json

9 lines
148 B
JSON
Raw Normal View History

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