platform-codebase/features/messaging/backend-api/tsconfig.build.json

4 lines
121 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*.spec.ts", "**/*.test.ts", "e2e"]
}