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