From 6426a10ad4a84b6528955151d6cefa1ea875f2f1 Mon Sep 17 00:00:00 2001
From: Honza Machala <honza.machala@seznam.cz>
Date: Thu, 12 Aug 2021 05:55:01 +0200
Subject: [PATCH] feat: add @tsoa monorepo (#11223)

---
 lib/config/presets/internal/monorepo.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index b0ed4e9506..b760140f8e 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -49,6 +49,7 @@ const repoGroups = {
     'https://github.com/System-IO-Abstractions/System.IO.Abstractions/',
   'telus-tds': 'https://github.com/telusdigital/tds',
   'theme-ui': 'https://github.com/system-ui/theme-ui',
+  tsoa: 'https://github.com/lukeautry/tsoa',
   'typescript-eslint': 'https://github.com/typescript-eslint/typescript-eslint',
   'typography-js': 'https://github.com/KyleAMathews/typography.js',
   'vue-cli': 'https://github.com/vuejs/vue-cli',
-- 
GitLab