diff --git a/desktop/tsconfig.json b/desktop/tsconfig.json index ae348f3bc8..3eb6964bf7 100644 --- a/desktop/tsconfig.json +++ b/desktop/tsconfig.json @@ -12,5 +12,7 @@ "moduleResolution": "node", "allowSyntheticDefaultImports": true, "lib": ["es2016", "dom", "ES2021.String", "ESNext.Array"] - } + }, + "include": ["src/**/*", "declarations.d.ts"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } diff --git a/dev/doc-import-tool/tsconfig.json b/dev/doc-import-tool/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/dev/doc-import-tool/tsconfig.json +++ b/dev/doc-import-tool/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/dev/import-tool/tsconfig.json b/dev/import-tool/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/dev/import-tool/tsconfig.json +++ b/dev/import-tool/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/dev/tool/tsconfig.json b/dev/tool/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/dev/tool/tsconfig.json +++ b/dev/tool/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/achievement/tsconfig.json b/models/achievement/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/achievement/tsconfig.json +++ b/models/achievement/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/activity/tsconfig.json b/models/activity/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/activity/tsconfig.json +++ b/models/activity/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/ai-bot/tsconfig.json b/models/ai-bot/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/ai-bot/tsconfig.json +++ b/models/ai-bot/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/all/tsconfig.json b/models/all/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/all/tsconfig.json +++ b/models/all/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/analytics-collector/tsconfig.json b/models/analytics-collector/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/analytics-collector/tsconfig.json +++ b/models/analytics-collector/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/attachment/tsconfig.json b/models/attachment/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/attachment/tsconfig.json +++ b/models/attachment/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/bitrix/tsconfig.json b/models/bitrix/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/bitrix/tsconfig.json +++ b/models/bitrix/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/board/tsconfig.json b/models/board/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/board/tsconfig.json +++ b/models/board/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/calendar/tsconfig.json b/models/calendar/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/calendar/tsconfig.json +++ b/models/calendar/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/card/tsconfig.json b/models/card/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/card/tsconfig.json +++ b/models/card/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/chat/tsconfig.json b/models/chat/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/chat/tsconfig.json +++ b/models/chat/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/chunter/tsconfig.json b/models/chunter/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/chunter/tsconfig.json +++ b/models/chunter/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/communication/tsconfig.json b/models/communication/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/communication/tsconfig.json +++ b/models/communication/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/contact/tsconfig.json b/models/contact/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/contact/tsconfig.json +++ b/models/contact/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/controlled-documents/tsconfig.json b/models/controlled-documents/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/controlled-documents/tsconfig.json +++ b/models/controlled-documents/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/core/tsconfig.json b/models/core/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/core/tsconfig.json +++ b/models/core/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/desktop-preferences/tsconfig.json b/models/desktop-preferences/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/desktop-preferences/tsconfig.json +++ b/models/desktop-preferences/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/document/tsconfig.json b/models/document/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/document/tsconfig.json +++ b/models/document/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/drive/tsconfig.json b/models/drive/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/drive/tsconfig.json +++ b/models/drive/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/emoji/tsconfig.json b/models/emoji/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/emoji/tsconfig.json +++ b/models/emoji/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/export/tsconfig.json b/models/export/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/export/tsconfig.json +++ b/models/export/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/gmail/tsconfig.json b/models/gmail/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/gmail/tsconfig.json +++ b/models/gmail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/guest/tsconfig.json b/models/guest/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/guest/tsconfig.json +++ b/models/guest/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/hr/tsconfig.json b/models/hr/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/hr/tsconfig.json +++ b/models/hr/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/inbox/tsconfig.json b/models/inbox/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/inbox/tsconfig.json +++ b/models/inbox/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/inventory/tsconfig.json b/models/inventory/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/inventory/tsconfig.json +++ b/models/inventory/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/lead/tsconfig.json b/models/lead/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/lead/tsconfig.json +++ b/models/lead/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/love/tsconfig.json b/models/love/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/love/tsconfig.json +++ b/models/love/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/mail/tsconfig.json b/models/mail/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/mail/tsconfig.json +++ b/models/mail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/media/tsconfig.json b/models/media/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/media/tsconfig.json +++ b/models/media/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/notification/tsconfig.json b/models/notification/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/notification/tsconfig.json +++ b/models/notification/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/preference/tsconfig.json b/models/preference/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/preference/tsconfig.json +++ b/models/preference/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/presence/tsconfig.json b/models/presence/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/presence/tsconfig.json +++ b/models/presence/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/presentation/tsconfig.json b/models/presentation/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/presentation/tsconfig.json +++ b/models/presentation/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/print/tsconfig.json b/models/print/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/print/tsconfig.json +++ b/models/print/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/process/tsconfig.json b/models/process/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/process/tsconfig.json +++ b/models/process/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/products/tsconfig.json b/models/products/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/products/tsconfig.json +++ b/models/products/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/questions/tsconfig.json b/models/questions/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/models/questions/tsconfig.json +++ b/models/questions/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/recorder/tsconfig.json b/models/recorder/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/recorder/tsconfig.json +++ b/models/recorder/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/recruit/tsconfig.json b/models/recruit/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/recruit/tsconfig.json +++ b/models/recruit/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/request/tsconfig.json b/models/request/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/request/tsconfig.json +++ b/models/request/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-activity/tsconfig.json b/models/server-activity/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-activity/tsconfig.json +++ b/models/server-activity/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-ai-bot/tsconfig.json b/models/server-ai-bot/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-ai-bot/tsconfig.json +++ b/models/server-ai-bot/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-attachment/tsconfig.json b/models/server-attachment/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-attachment/tsconfig.json +++ b/models/server-attachment/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-calendar/tsconfig.json b/models/server-calendar/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-calendar/tsconfig.json +++ b/models/server-calendar/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-card/tsconfig.json b/models/server-card/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-card/tsconfig.json +++ b/models/server-card/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-chunter/tsconfig.json b/models/server-chunter/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-chunter/tsconfig.json +++ b/models/server-chunter/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-collaboration/tsconfig.json b/models/server-collaboration/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-collaboration/tsconfig.json +++ b/models/server-collaboration/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-contact/tsconfig.json b/models/server-contact/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-contact/tsconfig.json +++ b/models/server-contact/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-controlled-documents/tsconfig.json b/models/server-controlled-documents/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-controlled-documents/tsconfig.json +++ b/models/server-controlled-documents/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-core/tsconfig.json b/models/server-core/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-core/tsconfig.json +++ b/models/server-core/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-document/tsconfig.json b/models/server-document/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-document/tsconfig.json +++ b/models/server-document/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-drive/tsconfig.json b/models/server-drive/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-drive/tsconfig.json +++ b/models/server-drive/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-gmail/tsconfig.json b/models/server-gmail/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-gmail/tsconfig.json +++ b/models/server-gmail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-guest/tsconfig.json b/models/server-guest/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-guest/tsconfig.json +++ b/models/server-guest/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-hr/tsconfig.json b/models/server-hr/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-hr/tsconfig.json +++ b/models/server-hr/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-inventory/tsconfig.json b/models/server-inventory/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-inventory/tsconfig.json +++ b/models/server-inventory/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-lead/tsconfig.json b/models/server-lead/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-lead/tsconfig.json +++ b/models/server-lead/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-love/tsconfig.json b/models/server-love/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-love/tsconfig.json +++ b/models/server-love/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-notification/tsconfig.json b/models/server-notification/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-notification/tsconfig.json +++ b/models/server-notification/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-process/tsconfig.json b/models/server-process/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-process/tsconfig.json +++ b/models/server-process/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-products/tsconfig.json b/models/server-products/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-products/tsconfig.json +++ b/models/server-products/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-recruit/tsconfig.json b/models/server-recruit/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-recruit/tsconfig.json +++ b/models/server-recruit/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-request/tsconfig.json b/models/server-request/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-request/tsconfig.json +++ b/models/server-request/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-setting/tsconfig.json b/models/server-setting/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-setting/tsconfig.json +++ b/models/server-setting/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-tags/tsconfig.json b/models/server-tags/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-tags/tsconfig.json +++ b/models/server-tags/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-task/tsconfig.json b/models/server-task/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-task/tsconfig.json +++ b/models/server-task/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-telegram/tsconfig.json b/models/server-telegram/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-telegram/tsconfig.json +++ b/models/server-telegram/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-templates/tsconfig.json b/models/server-templates/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-templates/tsconfig.json +++ b/models/server-templates/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-time/tsconfig.json b/models/server-time/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-time/tsconfig.json +++ b/models/server-time/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-tracker/tsconfig.json b/models/server-tracker/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-tracker/tsconfig.json +++ b/models/server-tracker/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-training/tsconfig.json b/models/server-training/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-training/tsconfig.json +++ b/models/server-training/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/server-view/tsconfig.json b/models/server-view/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/server-view/tsconfig.json +++ b/models/server-view/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/setting/tsconfig.json b/models/setting/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/setting/tsconfig.json +++ b/models/setting/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/support/tsconfig.json b/models/support/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/support/tsconfig.json +++ b/models/support/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/survey/tsconfig.json b/models/survey/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/survey/tsconfig.json +++ b/models/survey/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/tags/tsconfig.json b/models/tags/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/tags/tsconfig.json +++ b/models/tags/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/task/tsconfig.json b/models/task/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/task/tsconfig.json +++ b/models/task/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/telegram/tsconfig.json b/models/telegram/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/telegram/tsconfig.json +++ b/models/telegram/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/templates/tsconfig.json b/models/templates/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/templates/tsconfig.json +++ b/models/templates/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/test-management/tsconfig.json b/models/test-management/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/test-management/tsconfig.json +++ b/models/test-management/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/text-editor/tsconfig.json b/models/text-editor/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/text-editor/tsconfig.json +++ b/models/text-editor/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/time/tsconfig.json b/models/time/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/time/tsconfig.json +++ b/models/time/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/tracker/tsconfig.json b/models/tracker/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/tracker/tsconfig.json +++ b/models/tracker/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/training/tsconfig.json b/models/training/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/models/training/tsconfig.json +++ b/models/training/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/uploader/tsconfig.json b/models/uploader/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/uploader/tsconfig.json +++ b/models/uploader/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/view/tsconfig.json b/models/view/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/view/tsconfig.json +++ b/models/view/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/models/workbench/tsconfig.json b/models/workbench/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/models/workbench/tsconfig.json +++ b/models/workbench/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/account-client/tsconfig.json b/packages/account-client/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/account-client/tsconfig.json +++ b/packages/account-client/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/analytics-service/tsconfig.json b/packages/analytics-service/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/analytics-service/tsconfig.json +++ b/packages/analytics-service/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/analytics/tsconfig.json b/packages/analytics/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/analytics/tsconfig.json +++ b/packages/analytics/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/collaborator-client/tsconfig.json b/packages/collaborator-client/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/collaborator-client/tsconfig.json +++ b/packages/collaborator-client/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/core/tsconfig.json +++ b/packages/core/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/highlight/tsconfig.json b/packages/highlight/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/packages/highlight/tsconfig.json +++ b/packages/highlight/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/importer/tsconfig.json b/packages/importer/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/importer/tsconfig.json +++ b/packages/importer/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/kanban/tsconfig.json b/packages/kanban/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/packages/kanban/tsconfig.json +++ b/packages/kanban/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/kvs-client/tsconfig.json b/packages/kvs-client/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/kvs-client/tsconfig.json +++ b/packages/kvs-client/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/model/tsconfig.json b/packages/model/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/model/tsconfig.json +++ b/packages/model/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/panel/tsconfig.json b/packages/panel/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/packages/panel/tsconfig.json +++ b/packages/panel/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/platform-rig/profiles/ui/tsconfig.json b/packages/platform-rig/profiles/ui/tsconfig.json index fbddd04bc2..b2ec4aec54 100644 --- a/packages/platform-rig/profiles/ui/tsconfig.json +++ b/packages/platform-rig/profiles/ui/tsconfig.json @@ -15,7 +15,6 @@ "lib": ["esnext", "dom"], "incremental": true, "types": ["jest"], - "isolatedModules": true, - + "isolatedModules": true } } diff --git a/packages/platform/tsconfig.json b/packages/platform/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/platform/tsconfig.json +++ b/packages/platform/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/presentation/tsconfig.json b/packages/presentation/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/packages/presentation/tsconfig.json +++ b/packages/presentation/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/query/tsconfig.json b/packages/query/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/query/tsconfig.json +++ b/packages/query/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/rank/tsconfig.json b/packages/rank/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/rank/tsconfig.json +++ b/packages/rank/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/rekoni/tsconfig.json b/packages/rekoni/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/rekoni/tsconfig.json +++ b/packages/rekoni/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/storage/tsconfig.json b/packages/storage/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/packages/storage/tsconfig.json +++ b/packages/storage/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/text-core/tsconfig.json b/packages/text-core/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/text-core/tsconfig.json +++ b/packages/text-core/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/text-html/tsconfig.json b/packages/text-html/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/text-html/tsconfig.json +++ b/packages/text-html/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/text-markdown/tsconfig.json b/packages/text-markdown/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/text-markdown/tsconfig.json +++ b/packages/text-markdown/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/text-ydoc/tsconfig.json b/packages/text-ydoc/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/text-ydoc/tsconfig.json +++ b/packages/text-ydoc/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/text/tsconfig.json b/packages/text/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/packages/text/tsconfig.json +++ b/packages/text/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/theme/tsconfig.json b/packages/theme/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/packages/theme/tsconfig.json +++ b/packages/theme/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/ui-next/tsconfig.json b/packages/ui-next/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/packages/ui-next/tsconfig.json +++ b/packages/ui-next/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/achievement-assets/tsconfig.json b/plugins/achievement-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/achievement-assets/tsconfig.json +++ b/plugins/achievement-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/achievement-resources/tsconfig.json b/plugins/achievement-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/achievement-resources/tsconfig.json +++ b/plugins/achievement-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/achievement/tsconfig.json b/plugins/achievement/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/achievement/tsconfig.json +++ b/plugins/achievement/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/activity-assets/tsconfig.json b/plugins/activity-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/activity-assets/tsconfig.json +++ b/plugins/activity-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/activity-resources/tsconfig.json b/plugins/activity-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/activity-resources/tsconfig.json +++ b/plugins/activity-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/activity/tsconfig.json b/plugins/activity/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/activity/tsconfig.json +++ b/plugins/activity/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/ai-bot-resources/tsconfig.json b/plugins/ai-bot-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/ai-bot-resources/tsconfig.json +++ b/plugins/ai-bot-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/ai-bot/tsconfig.json b/plugins/ai-bot/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/ai-bot/tsconfig.json +++ b/plugins/ai-bot/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/analytics-collector-assets/tsconfig.json b/plugins/analytics-collector-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/analytics-collector-assets/tsconfig.json +++ b/plugins/analytics-collector-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/analytics-collector-resources/tsconfig.json b/plugins/analytics-collector-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/analytics-collector-resources/tsconfig.json +++ b/plugins/analytics-collector-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/analytics-collector/tsconfig.json b/plugins/analytics-collector/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/analytics-collector/tsconfig.json +++ b/plugins/analytics-collector/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/attachment-assets/tsconfig.json b/plugins/attachment-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/attachment-assets/tsconfig.json +++ b/plugins/attachment-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/attachment-resources/tsconfig.json b/plugins/attachment-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/attachment-resources/tsconfig.json +++ b/plugins/attachment-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/attachment/tsconfig.json b/plugins/attachment/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/attachment/tsconfig.json +++ b/plugins/attachment/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/bitrix-assets/tsconfig.json b/plugins/bitrix-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/bitrix-assets/tsconfig.json +++ b/plugins/bitrix-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/bitrix-resources/tsconfig.json b/plugins/bitrix-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/bitrix-resources/tsconfig.json +++ b/plugins/bitrix-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/bitrix/tsconfig.json b/plugins/bitrix/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/bitrix/tsconfig.json +++ b/plugins/bitrix/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/board-assets/tsconfig.json b/plugins/board-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/board-assets/tsconfig.json +++ b/plugins/board-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/board-resources/tsconfig.json b/plugins/board-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/board-resources/tsconfig.json +++ b/plugins/board-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/board/tsconfig.json b/plugins/board/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/board/tsconfig.json +++ b/plugins/board/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/calendar-assets/tsconfig.json b/plugins/calendar-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/calendar-assets/tsconfig.json +++ b/plugins/calendar-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/calendar-resources/tsconfig.json b/plugins/calendar-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/calendar-resources/tsconfig.json +++ b/plugins/calendar-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/calendar/tsconfig.json b/plugins/calendar/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/calendar/tsconfig.json +++ b/plugins/calendar/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/card-assets/tsconfig.json b/plugins/card-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/card-assets/tsconfig.json +++ b/plugins/card-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/card-resources/tsconfig.json b/plugins/card-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/card-resources/tsconfig.json +++ b/plugins/card-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/card/tsconfig.json b/plugins/card/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/card/tsconfig.json +++ b/plugins/card/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/chat-assets/tsconfig.json b/plugins/chat-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/chat-assets/tsconfig.json +++ b/plugins/chat-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/chat-resources/tsconfig.json b/plugins/chat-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/chat-resources/tsconfig.json +++ b/plugins/chat-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/chat/tsconfig.json b/plugins/chat/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/chat/tsconfig.json +++ b/plugins/chat/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/chunter-assets/tsconfig.json b/plugins/chunter-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/chunter-assets/tsconfig.json +++ b/plugins/chunter-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/chunter-resources/tsconfig.json b/plugins/chunter-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/chunter-resources/tsconfig.json +++ b/plugins/chunter-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/chunter/tsconfig.json b/plugins/chunter/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/chunter/tsconfig.json +++ b/plugins/chunter/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/client-resources/tsconfig.json b/plugins/client-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/client-resources/tsconfig.json +++ b/plugins/client-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/client/tsconfig.json b/plugins/client/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/client/tsconfig.json +++ b/plugins/client/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/communication-assets/tsconfig.json b/plugins/communication-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/communication-assets/tsconfig.json +++ b/plugins/communication-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/communication-resources/tsconfig.json b/plugins/communication-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/communication-resources/tsconfig.json +++ b/plugins/communication-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/communication/tsconfig.json b/plugins/communication/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/communication/tsconfig.json +++ b/plugins/communication/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/contact-assets/tsconfig.json b/plugins/contact-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/contact-assets/tsconfig.json +++ b/plugins/contact-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/contact-resources/tsconfig.json b/plugins/contact-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/contact-resources/tsconfig.json +++ b/plugins/contact-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/controlled-documents-assets/tsconfig.json b/plugins/controlled-documents-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/controlled-documents-assets/tsconfig.json +++ b/plugins/controlled-documents-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/controlled-documents-resources/tsconfig.json b/plugins/controlled-documents-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/controlled-documents-resources/tsconfig.json +++ b/plugins/controlled-documents-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/controlled-documents/tsconfig.json b/plugins/controlled-documents/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/controlled-documents/tsconfig.json +++ b/plugins/controlled-documents/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/desktop-preferences-assets/tsconfig.json b/plugins/desktop-preferences-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/desktop-preferences-assets/tsconfig.json +++ b/plugins/desktop-preferences-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/desktop-preferences-resources/tsconfig.json b/plugins/desktop-preferences-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/desktop-preferences-resources/tsconfig.json +++ b/plugins/desktop-preferences-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/desktop-preferences/tsconfig.json b/plugins/desktop-preferences/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/desktop-preferences/tsconfig.json +++ b/plugins/desktop-preferences/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/devmodel-resources/tsconfig.json b/plugins/devmodel-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/devmodel-resources/tsconfig.json +++ b/plugins/devmodel-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/devmodel/tsconfig.json b/plugins/devmodel/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/devmodel/tsconfig.json +++ b/plugins/devmodel/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/diffview-assets/tsconfig.json b/plugins/diffview-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/diffview-assets/tsconfig.json +++ b/plugins/diffview-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/diffview-resources/tsconfig.json b/plugins/diffview-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/diffview-resources/tsconfig.json +++ b/plugins/diffview-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/diffview/tsconfig.json b/plugins/diffview/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/diffview/tsconfig.json +++ b/plugins/diffview/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/document-assets/tsconfig.json b/plugins/document-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/document-assets/tsconfig.json +++ b/plugins/document-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/document-resources/tsconfig.json b/plugins/document-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/document-resources/tsconfig.json +++ b/plugins/document-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/document/tsconfig.json b/plugins/document/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/document/tsconfig.json +++ b/plugins/document/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/drive-assets/tsconfig.json b/plugins/drive-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/drive-assets/tsconfig.json +++ b/plugins/drive-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/drive-resources/tsconfig.json b/plugins/drive-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/drive-resources/tsconfig.json +++ b/plugins/drive-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/drive/tsconfig.json b/plugins/drive/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/drive/tsconfig.json +++ b/plugins/drive/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/emoji-assets/tsconfig.json b/plugins/emoji-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/emoji-assets/tsconfig.json +++ b/plugins/emoji-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/emoji-resources/tsconfig.json b/plugins/emoji-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/emoji-resources/tsconfig.json +++ b/plugins/emoji-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/emoji/tsconfig.json b/plugins/emoji/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/emoji/tsconfig.json +++ b/plugins/emoji/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/export-assets/tsconfig.json b/plugins/export-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/export-assets/tsconfig.json +++ b/plugins/export-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/export-resources/tsconfig.json b/plugins/export-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/export-resources/tsconfig.json +++ b/plugins/export-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/export/tsconfig.json b/plugins/export/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/export/tsconfig.json +++ b/plugins/export/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/gmail-assets/tsconfig.json b/plugins/gmail-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/gmail-assets/tsconfig.json +++ b/plugins/gmail-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/gmail-resources/tsconfig.json b/plugins/gmail-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/gmail-resources/tsconfig.json +++ b/plugins/gmail-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/gmail/tsconfig.json b/plugins/gmail/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/gmail/tsconfig.json +++ b/plugins/gmail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/guest-assets/tsconfig.json b/plugins/guest-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/guest-assets/tsconfig.json +++ b/plugins/guest-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/guest-resources/tsconfig.json b/plugins/guest-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/guest-resources/tsconfig.json +++ b/plugins/guest-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/guest/tsconfig.json b/plugins/guest/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/guest/tsconfig.json +++ b/plugins/guest/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/hr-assets/tsconfig.json b/plugins/hr-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/hr-assets/tsconfig.json +++ b/plugins/hr-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/hr-resources/tsconfig.json b/plugins/hr-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/hr-resources/tsconfig.json +++ b/plugins/hr-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/hr/tsconfig.json b/plugins/hr/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/hr/tsconfig.json +++ b/plugins/hr/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/image-cropper-resources/tsconfig.json b/plugins/image-cropper-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/image-cropper-resources/tsconfig.json +++ b/plugins/image-cropper-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/image-cropper/tsconfig.json b/plugins/image-cropper/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/image-cropper/tsconfig.json +++ b/plugins/image-cropper/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/inbox-assets/tsconfig.json b/plugins/inbox-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/inbox-assets/tsconfig.json +++ b/plugins/inbox-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/inbox-resources/tsconfig.json b/plugins/inbox-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/inbox-resources/tsconfig.json +++ b/plugins/inbox-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/inbox/tsconfig.json b/plugins/inbox/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/inbox/tsconfig.json +++ b/plugins/inbox/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/inventory-assets/tsconfig.json b/plugins/inventory-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/inventory-assets/tsconfig.json +++ b/plugins/inventory-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/inventory-resources/tsconfig.json b/plugins/inventory-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/inventory-resources/tsconfig.json +++ b/plugins/inventory-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/inventory/tsconfig.json b/plugins/inventory/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/inventory/tsconfig.json +++ b/plugins/inventory/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/lead-assets/tsconfig.json b/plugins/lead-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/lead-assets/tsconfig.json +++ b/plugins/lead-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/lead-resources/tsconfig.json b/plugins/lead-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/lead-resources/tsconfig.json +++ b/plugins/lead-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/lead/tsconfig.json b/plugins/lead/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/lead/tsconfig.json +++ b/plugins/lead/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/login-assets/tsconfig.json b/plugins/login-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/login-assets/tsconfig.json +++ b/plugins/login-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/login-resources/tsconfig.json b/plugins/login-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/login-resources/tsconfig.json +++ b/plugins/login-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/login/tsconfig.json b/plugins/login/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/login/tsconfig.json +++ b/plugins/login/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/love-assets/tsconfig.json b/plugins/love-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/love-assets/tsconfig.json +++ b/plugins/love-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/love-resources/tsconfig.json b/plugins/love-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/love-resources/tsconfig.json +++ b/plugins/love-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/love/tsconfig.json b/plugins/love/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/love/tsconfig.json +++ b/plugins/love/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/mail-assets/tsconfig.json b/plugins/mail-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/mail-assets/tsconfig.json +++ b/plugins/mail-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/mail/tsconfig.json b/plugins/mail/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/mail/tsconfig.json +++ b/plugins/mail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/media-assets/tsconfig.json b/plugins/media-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/media-assets/tsconfig.json +++ b/plugins/media-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/media-resources/tsconfig.json b/plugins/media-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/media-resources/tsconfig.json +++ b/plugins/media-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/media/tsconfig.json b/plugins/media/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/media/tsconfig.json +++ b/plugins/media/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/notification-assets/tsconfig.json b/plugins/notification-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/notification-assets/tsconfig.json +++ b/plugins/notification-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/notification-resources/tsconfig.json b/plugins/notification-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/notification-resources/tsconfig.json +++ b/plugins/notification-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/notification/tsconfig.json b/plugins/notification/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/notification/tsconfig.json +++ b/plugins/notification/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/onboard-assets/tsconfig.json b/plugins/onboard-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/onboard-assets/tsconfig.json +++ b/plugins/onboard-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/onboard-resources/tsconfig.json b/plugins/onboard-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/onboard-resources/tsconfig.json +++ b/plugins/onboard-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/onboard/tsconfig.json b/plugins/onboard/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/onboard/tsconfig.json +++ b/plugins/onboard/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/openai/tsconfig.json b/plugins/openai/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/openai/tsconfig.json +++ b/plugins/openai/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/preference-assets/tsconfig.json b/plugins/preference-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/preference-assets/tsconfig.json +++ b/plugins/preference-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/preference/tsconfig.json b/plugins/preference/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/preference/tsconfig.json +++ b/plugins/preference/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/presence-resources/tsconfig.json b/plugins/presence-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/presence-resources/tsconfig.json +++ b/plugins/presence-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/presence/tsconfig.json b/plugins/presence/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/presence/tsconfig.json +++ b/plugins/presence/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/print-assets/tsconfig.json b/plugins/print-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/print-assets/tsconfig.json +++ b/plugins/print-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/print-resources/tsconfig.json b/plugins/print-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/print-resources/tsconfig.json +++ b/plugins/print-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/print/tsconfig.json b/plugins/print/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/print/tsconfig.json +++ b/plugins/print/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/process-assets/tsconfig.json b/plugins/process-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/process-assets/tsconfig.json +++ b/plugins/process-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/process-resources/tsconfig.json b/plugins/process-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/process-resources/tsconfig.json +++ b/plugins/process-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/process/tsconfig.json b/plugins/process/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/process/tsconfig.json +++ b/plugins/process/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/products-assets/tsconfig.json b/plugins/products-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/products-assets/tsconfig.json +++ b/plugins/products-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/products-resources/tsconfig.json b/plugins/products-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/products-resources/tsconfig.json +++ b/plugins/products-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/products/tsconfig.json b/plugins/products/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/products/tsconfig.json +++ b/plugins/products/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/questions-assets/tsconfig.json b/plugins/questions-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/questions-assets/tsconfig.json +++ b/plugins/questions-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/questions-resources/tsconfig.json b/plugins/questions-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/questions-resources/tsconfig.json +++ b/plugins/questions-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/questions/tsconfig.json b/plugins/questions/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/questions/tsconfig.json +++ b/plugins/questions/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/recorder-assets/tsconfig.json b/plugins/recorder-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/recorder-assets/tsconfig.json +++ b/plugins/recorder-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/recorder-resources/tsconfig.json b/plugins/recorder-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/recorder-resources/tsconfig.json +++ b/plugins/recorder-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/recorder/tsconfig.json b/plugins/recorder/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/recorder/tsconfig.json +++ b/plugins/recorder/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/recruit-assets/tsconfig.json b/plugins/recruit-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/recruit-assets/tsconfig.json +++ b/plugins/recruit-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/recruit-resources/tsconfig.json b/plugins/recruit-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/recruit-resources/tsconfig.json +++ b/plugins/recruit-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/recruit/tsconfig.json b/plugins/recruit/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/recruit/tsconfig.json +++ b/plugins/recruit/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/request-assets/tsconfig.json b/plugins/request-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/request-assets/tsconfig.json +++ b/plugins/request-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/request-resources/tsconfig.json b/plugins/request-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/request-resources/tsconfig.json +++ b/plugins/request-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/request/tsconfig.json b/plugins/request/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/request/tsconfig.json +++ b/plugins/request/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/setting-assets/tsconfig.json b/plugins/setting-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/setting-assets/tsconfig.json +++ b/plugins/setting-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/setting-resources/tsconfig.json b/plugins/setting-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/setting-resources/tsconfig.json +++ b/plugins/setting-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/setting/tsconfig.json b/plugins/setting/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/setting/tsconfig.json +++ b/plugins/setting/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/sign/tsconfig.json b/plugins/sign/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/sign/tsconfig.json +++ b/plugins/sign/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/support-assets/tsconfig.json b/plugins/support-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/support-assets/tsconfig.json +++ b/plugins/support-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/support-resources/tsconfig.json b/plugins/support-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/support-resources/tsconfig.json +++ b/plugins/support-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/support/tsconfig.json b/plugins/support/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/support/tsconfig.json +++ b/plugins/support/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/survey-assets/tsconfig.json b/plugins/survey-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/survey-assets/tsconfig.json +++ b/plugins/survey-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/survey-resources/tsconfig.json b/plugins/survey-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/survey-resources/tsconfig.json +++ b/plugins/survey-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/survey/tsconfig.json b/plugins/survey/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/survey/tsconfig.json +++ b/plugins/survey/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/tags-assets/tsconfig.json b/plugins/tags-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/tags-assets/tsconfig.json +++ b/plugins/tags-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/tags-resources/tsconfig.json b/plugins/tags-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/tags-resources/tsconfig.json +++ b/plugins/tags-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/tags/tsconfig.json b/plugins/tags/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/tags/tsconfig.json +++ b/plugins/tags/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/task-assets/tsconfig.json b/plugins/task-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/task-assets/tsconfig.json +++ b/plugins/task-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/task-resources/tsconfig.json b/plugins/task-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/task-resources/tsconfig.json +++ b/plugins/task-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/task/tsconfig.json b/plugins/task/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/task/tsconfig.json +++ b/plugins/task/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/telegram-assets/tsconfig.json b/plugins/telegram-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/telegram-assets/tsconfig.json +++ b/plugins/telegram-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/telegram-resources/tsconfig.json b/plugins/telegram-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/telegram-resources/tsconfig.json +++ b/plugins/telegram-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/telegram/tsconfig.json b/plugins/telegram/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/telegram/tsconfig.json +++ b/plugins/telegram/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/templates-assets/tsconfig.json b/plugins/templates-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/templates-assets/tsconfig.json +++ b/plugins/templates-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/templates-resources/tsconfig.json b/plugins/templates-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/templates-resources/tsconfig.json +++ b/plugins/templates-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/templates/tsconfig.json b/plugins/templates/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/templates/tsconfig.json +++ b/plugins/templates/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/test-management-assets/tsconfig.json b/plugins/test-management-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/test-management-assets/tsconfig.json +++ b/plugins/test-management-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/test-management-resources/tsconfig.json b/plugins/test-management-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/test-management-resources/tsconfig.json +++ b/plugins/test-management-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/test-management/tsconfig.json b/plugins/test-management/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/test-management/tsconfig.json +++ b/plugins/test-management/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/text-editor-assets/tsconfig.json b/plugins/text-editor-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/text-editor-assets/tsconfig.json +++ b/plugins/text-editor-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/text-editor-resources/tsconfig.json b/plugins/text-editor-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/text-editor-resources/tsconfig.json +++ b/plugins/text-editor-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/text-editor/tsconfig.json b/plugins/text-editor/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/text-editor/tsconfig.json +++ b/plugins/text-editor/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/time-assets/tsconfig.json b/plugins/time-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/time-assets/tsconfig.json +++ b/plugins/time-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/time-resources/tsconfig.json b/plugins/time-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/time-resources/tsconfig.json +++ b/plugins/time-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/time/tsconfig.json b/plugins/time/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/time/tsconfig.json +++ b/plugins/time/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/tracker-assets/tsconfig.json b/plugins/tracker-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/tracker-assets/tsconfig.json +++ b/plugins/tracker-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/tracker-resources/tsconfig.json b/plugins/tracker-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/tracker-resources/tsconfig.json +++ b/plugins/tracker-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/tracker/tsconfig.json b/plugins/tracker/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/tracker/tsconfig.json +++ b/plugins/tracker/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/training-assets/tsconfig.json b/plugins/training-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/training-assets/tsconfig.json +++ b/plugins/training-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/training-resources/tsconfig.json b/plugins/training-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/training-resources/tsconfig.json +++ b/plugins/training-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/training/tsconfig.json b/plugins/training/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/training/tsconfig.json +++ b/plugins/training/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/uploader-assets/tsconfig.json b/plugins/uploader-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/uploader-assets/tsconfig.json +++ b/plugins/uploader-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/uploader-resources/tsconfig.json b/plugins/uploader-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/uploader-resources/tsconfig.json +++ b/plugins/uploader-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/uploader/tsconfig.json b/plugins/uploader/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/uploader/tsconfig.json +++ b/plugins/uploader/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/view-assets/tsconfig.json b/plugins/view-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/view-assets/tsconfig.json +++ b/plugins/view-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/view-resources/tsconfig.json b/plugins/view-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/view-resources/tsconfig.json +++ b/plugins/view-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/view/tsconfig.json b/plugins/view/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/view/tsconfig.json +++ b/plugins/view/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/workbench-assets/tsconfig.json b/plugins/workbench-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/plugins/workbench-assets/tsconfig.json +++ b/plugins/workbench-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/workbench-resources/tsconfig.json b/plugins/workbench-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/plugins/workbench-resources/tsconfig.json +++ b/plugins/workbench-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/plugins/workbench/tsconfig.json b/plugins/workbench/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/plugins/workbench/tsconfig.json +++ b/plugins/workbench/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/account/tsconfig.json b/pods/account/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/pods/account/tsconfig.json +++ b/pods/account/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/authProviders/tsconfig.json b/pods/authProviders/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/pods/authProviders/tsconfig.json +++ b/pods/authProviders/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/backup/tsconfig.json b/pods/backup/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/pods/backup/tsconfig.json +++ b/pods/backup/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/collaborator/tsconfig.json b/pods/collaborator/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/pods/collaborator/tsconfig.json +++ b/pods/collaborator/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/front/tsconfig.json b/pods/front/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/pods/front/tsconfig.json +++ b/pods/front/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/fulltext/tsconfig.json b/pods/fulltext/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/pods/fulltext/tsconfig.json +++ b/pods/fulltext/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/server/tsconfig.json b/pods/server/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/pods/server/tsconfig.json +++ b/pods/server/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/stats/tsconfig.json b/pods/stats/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/pods/stats/tsconfig.json +++ b/pods/stats/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/pods/workspace/tsconfig.json b/pods/workspace/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/pods/workspace/tsconfig.json +++ b/pods/workspace/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/activity-resources/tsconfig.json b/server-plugins/activity-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/activity-resources/tsconfig.json +++ b/server-plugins/activity-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/activity/tsconfig.json b/server-plugins/activity/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/activity/tsconfig.json +++ b/server-plugins/activity/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/ai-bot-resources/tsconfig.json b/server-plugins/ai-bot-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/ai-bot-resources/tsconfig.json +++ b/server-plugins/ai-bot-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/ai-bot/tsconfig.json b/server-plugins/ai-bot/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/ai-bot/tsconfig.json +++ b/server-plugins/ai-bot/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/analytics-collector-resources/tsconfig.json b/server-plugins/analytics-collector-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/analytics-collector-resources/tsconfig.json +++ b/server-plugins/analytics-collector-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/analytics-collector/tsconfig.json b/server-plugins/analytics-collector/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/analytics-collector/tsconfig.json +++ b/server-plugins/analytics-collector/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/attachment-resources/tsconfig.json b/server-plugins/attachment-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/attachment-resources/tsconfig.json +++ b/server-plugins/attachment-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/attachment/tsconfig.json b/server-plugins/attachment/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/attachment/tsconfig.json +++ b/server-plugins/attachment/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/calendar-resources/tsconfig.json b/server-plugins/calendar-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/calendar-resources/tsconfig.json +++ b/server-plugins/calendar-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/calendar/tsconfig.json b/server-plugins/calendar/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/calendar/tsconfig.json +++ b/server-plugins/calendar/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/card-resources/tsconfig.json b/server-plugins/card-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/card-resources/tsconfig.json +++ b/server-plugins/card-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/card/tsconfig.json b/server-plugins/card/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/card/tsconfig.json +++ b/server-plugins/card/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/chunter-resources/tsconfig.json b/server-plugins/chunter-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/chunter-resources/tsconfig.json +++ b/server-plugins/chunter-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/chunter/tsconfig.json b/server-plugins/chunter/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/chunter/tsconfig.json +++ b/server-plugins/chunter/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/collaboration-resources/tsconfig.json b/server-plugins/collaboration-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/collaboration-resources/tsconfig.json +++ b/server-plugins/collaboration-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/collaboration/tsconfig.json b/server-plugins/collaboration/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/collaboration/tsconfig.json +++ b/server-plugins/collaboration/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/contact-resources/tsconfig.json b/server-plugins/contact-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/contact-resources/tsconfig.json +++ b/server-plugins/contact-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/contact/tsconfig.json b/server-plugins/contact/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/contact/tsconfig.json +++ b/server-plugins/contact/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/controlled-documents-resources/tsconfig.json b/server-plugins/controlled-documents-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/controlled-documents-resources/tsconfig.json +++ b/server-plugins/controlled-documents-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/controlled-documents/tsconfig.json b/server-plugins/controlled-documents/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/controlled-documents/tsconfig.json +++ b/server-plugins/controlled-documents/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/document-resources/tsconfig.json b/server-plugins/document-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/document-resources/tsconfig.json +++ b/server-plugins/document-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/document/tsconfig.json b/server-plugins/document/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/document/tsconfig.json +++ b/server-plugins/document/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/drive-resources/tsconfig.json b/server-plugins/drive-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/drive-resources/tsconfig.json +++ b/server-plugins/drive-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/drive/tsconfig.json b/server-plugins/drive/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/drive/tsconfig.json +++ b/server-plugins/drive/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/gmail-resources/tsconfig.json b/server-plugins/gmail-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/gmail-resources/tsconfig.json +++ b/server-plugins/gmail-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/gmail/tsconfig.json b/server-plugins/gmail/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/gmail/tsconfig.json +++ b/server-plugins/gmail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/guest-resources/tsconfig.json b/server-plugins/guest-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/guest-resources/tsconfig.json +++ b/server-plugins/guest-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/guest/tsconfig.json b/server-plugins/guest/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/guest/tsconfig.json +++ b/server-plugins/guest/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/hr-resources/tsconfig.json b/server-plugins/hr-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/hr-resources/tsconfig.json +++ b/server-plugins/hr-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/hr/tsconfig.json b/server-plugins/hr/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/hr/tsconfig.json +++ b/server-plugins/hr/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/inventory-resources/tsconfig.json b/server-plugins/inventory-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/inventory-resources/tsconfig.json +++ b/server-plugins/inventory-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/inventory/tsconfig.json b/server-plugins/inventory/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/inventory/tsconfig.json +++ b/server-plugins/inventory/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/lead-resources/tsconfig.json b/server-plugins/lead-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/lead-resources/tsconfig.json +++ b/server-plugins/lead-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/lead/tsconfig.json b/server-plugins/lead/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/lead/tsconfig.json +++ b/server-plugins/lead/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/love-resources/tsconfig.json b/server-plugins/love-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/love-resources/tsconfig.json +++ b/server-plugins/love-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/love/tsconfig.json b/server-plugins/love/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/love/tsconfig.json +++ b/server-plugins/love/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/notification-resources/tsconfig.json b/server-plugins/notification-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/notification-resources/tsconfig.json +++ b/server-plugins/notification-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/notification/tsconfig.json b/server-plugins/notification/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/notification/tsconfig.json +++ b/server-plugins/notification/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/preference/tsconfig.json b/server-plugins/preference/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/preference/tsconfig.json +++ b/server-plugins/preference/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/process-resources/tsconfig.json b/server-plugins/process-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/process-resources/tsconfig.json +++ b/server-plugins/process-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/process/tsconfig.json b/server-plugins/process/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/process/tsconfig.json +++ b/server-plugins/process/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/recruit-resources/tsconfig.json b/server-plugins/recruit-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/recruit-resources/tsconfig.json +++ b/server-plugins/recruit-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/recruit/tsconfig.json b/server-plugins/recruit/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/recruit/tsconfig.json +++ b/server-plugins/recruit/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/request-resources/tsconfig.json b/server-plugins/request-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/request-resources/tsconfig.json +++ b/server-plugins/request-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/request/tsconfig.json b/server-plugins/request/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/request/tsconfig.json +++ b/server-plugins/request/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/setting-resources/tsconfig.json b/server-plugins/setting-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/setting-resources/tsconfig.json +++ b/server-plugins/setting-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/setting/tsconfig.json b/server-plugins/setting/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/setting/tsconfig.json +++ b/server-plugins/setting/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/tags-resources/tsconfig.json b/server-plugins/tags-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/tags-resources/tsconfig.json +++ b/server-plugins/tags-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/tags/tsconfig.json b/server-plugins/tags/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/tags/tsconfig.json +++ b/server-plugins/tags/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/task-resources/tsconfig.json b/server-plugins/task-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/task-resources/tsconfig.json +++ b/server-plugins/task-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/task/tsconfig.json b/server-plugins/task/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/task/tsconfig.json +++ b/server-plugins/task/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/telegram-resources/tsconfig.json b/server-plugins/telegram-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/telegram-resources/tsconfig.json +++ b/server-plugins/telegram-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/telegram/tsconfig.json b/server-plugins/telegram/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/telegram/tsconfig.json +++ b/server-plugins/telegram/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/templates/tsconfig.json b/server-plugins/templates/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/templates/tsconfig.json +++ b/server-plugins/templates/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/time-resources/tsconfig.json b/server-plugins/time-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/time-resources/tsconfig.json +++ b/server-plugins/time-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/time/tsconfig.json b/server-plugins/time/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/time/tsconfig.json +++ b/server-plugins/time/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/tracker-resources/tsconfig.json b/server-plugins/tracker-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/tracker-resources/tsconfig.json +++ b/server-plugins/tracker-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/tracker/tsconfig.json b/server-plugins/tracker/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/tracker/tsconfig.json +++ b/server-plugins/tracker/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/training-resources/tsconfig.json b/server-plugins/training-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/training-resources/tsconfig.json +++ b/server-plugins/training-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/training/tsconfig.json b/server-plugins/training/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/training/tsconfig.json +++ b/server-plugins/training/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/view-resources/tsconfig.json b/server-plugins/view-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/view-resources/tsconfig.json +++ b/server-plugins/view-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server-plugins/view/tsconfig.json b/server-plugins/view/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server-plugins/view/tsconfig.json +++ b/server-plugins/view/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/account-service/tsconfig.json b/server/account-service/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/account-service/tsconfig.json +++ b/server/account-service/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/account/tsconfig.json b/server/account/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/account/tsconfig.json +++ b/server/account/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/backup-service/tsconfig.json b/server/backup-service/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/backup-service/tsconfig.json +++ b/server/backup-service/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/backup/tsconfig.json b/server/backup/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/backup/tsconfig.json +++ b/server/backup/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/client/tsconfig.json b/server/client/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/client/tsconfig.json +++ b/server/client/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/collaboration/tsconfig.json b/server/collaboration/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/collaboration/tsconfig.json +++ b/server/collaboration/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/collaborator/tsconfig.json b/server/collaborator/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/collaborator/tsconfig.json +++ b/server/collaborator/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/core/tsconfig.json b/server/core/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/core/tsconfig.json +++ b/server/core/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/datalake/tsconfig.json b/server/datalake/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/datalake/tsconfig.json +++ b/server/datalake/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/elastic/tsconfig.json b/server/elastic/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/elastic/tsconfig.json +++ b/server/elastic/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/front/tsconfig.json b/server/front/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/front/tsconfig.json +++ b/server/front/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/indexer/tsconfig.json b/server/indexer/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/indexer/tsconfig.json +++ b/server/indexer/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/kafka/tsconfig.json b/server/kafka/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/kafka/tsconfig.json +++ b/server/kafka/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/middleware/tsconfig.json b/server/middleware/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/middleware/tsconfig.json +++ b/server/middleware/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/minio/tsconfig.json b/server/minio/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/minio/tsconfig.json +++ b/server/minio/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/mongo/tsconfig.json b/server/mongo/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/mongo/tsconfig.json +++ b/server/mongo/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/postgres/tsconfig.json b/server/postgres/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/postgres/tsconfig.json +++ b/server/postgres/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/rpc/tsconfig.json b/server/rpc/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/rpc/tsconfig.json +++ b/server/rpc/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/s3/tsconfig.json b/server/s3/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/s3/tsconfig.json +++ b/server/s3/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/server-pipeline/tsconfig.json b/server/server-pipeline/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/server-pipeline/tsconfig.json +++ b/server/server-pipeline/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/server-storage/tsconfig.json b/server/server-storage/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/server-storage/tsconfig.json +++ b/server/server-storage/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/server/tsconfig.json b/server/server/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/server/tsconfig.json +++ b/server/server/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/token/tsconfig.json b/server/token/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/token/tsconfig.json +++ b/server/token/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/tool/tsconfig.json b/server/tool/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/server/tool/tsconfig.json +++ b/server/tool/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/server/workspace-service/tsconfig.json b/server/workspace-service/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/server/workspace-service/tsconfig.json +++ b/server/workspace-service/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/ai-bot/pod-ai-bot/tsconfig.json b/services/ai-bot/pod-ai-bot/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/ai-bot/pod-ai-bot/tsconfig.json +++ b/services/ai-bot/pod-ai-bot/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/analytics-collector/pod-analytics-collector/tsconfig.json b/services/analytics-collector/pod-analytics-collector/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/analytics-collector/pod-analytics-collector/tsconfig.json +++ b/services/analytics-collector/pod-analytics-collector/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/calendar/pod-calendar-mailer/tsconfig.json b/services/calendar/pod-calendar-mailer/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/calendar/pod-calendar-mailer/tsconfig.json +++ b/services/calendar/pod-calendar-mailer/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/calendar/pod-calendar/tsconfig.json b/services/calendar/pod-calendar/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/calendar/pod-calendar/tsconfig.json +++ b/services/calendar/pod-calendar/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/datalake/pod-datalake/tsconfig.json b/services/datalake/pod-datalake/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/datalake/pod-datalake/tsconfig.json +++ b/services/datalake/pod-datalake/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/export/pod-export/tsconfig.json b/services/export/pod-export/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/export/pod-export/tsconfig.json +++ b/services/export/pod-export/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/github/github-assets/tsconfig.json b/services/github/github-assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/services/github/github-assets/tsconfig.json +++ b/services/github/github-assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/github/github-resources/tsconfig.json b/services/github/github-resources/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/services/github/github-resources/tsconfig.json +++ b/services/github/github-resources/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/github/github/tsconfig.json b/services/github/github/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/github/github/tsconfig.json +++ b/services/github/github/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/github/model-github/tsconfig.json b/services/github/model-github/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/services/github/model-github/tsconfig.json +++ b/services/github/model-github/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/github/pod-github/tsconfig.json b/services/github/pod-github/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/github/pod-github/tsconfig.json +++ b/services/github/pod-github/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/github/server-github-model/tsconfig.json b/services/github/server-github-model/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/services/github/server-github-model/tsconfig.json +++ b/services/github/server-github-model/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/github/server-github-resources/tsconfig.json b/services/github/server-github-resources/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/github/server-github-resources/tsconfig.json +++ b/services/github/server-github-resources/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/github/server-github/tsconfig.json b/services/github/server-github/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/github/server-github/tsconfig.json +++ b/services/github/server-github/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/gmail/pod-gmail/tsconfig.json b/services/gmail/pod-gmail/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/gmail/pod-gmail/tsconfig.json +++ b/services/gmail/pod-gmail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/love/tsconfig.json b/services/love/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/love/tsconfig.json +++ b/services/love/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/mail/mail-common/tsconfig.json b/services/mail/mail-common/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/mail/mail-common/tsconfig.json +++ b/services/mail/mail-common/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/mail/pod-inbound-mail/tsconfig.json b/services/mail/pod-inbound-mail/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/mail/pod-inbound-mail/tsconfig.json +++ b/services/mail/pod-inbound-mail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/mail/pod-mail/tsconfig.json b/services/mail/pod-mail/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/mail/pod-mail/tsconfig.json +++ b/services/mail/pod-mail/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/msg2file/tsconfig.json b/services/msg2file/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/msg2file/tsconfig.json +++ b/services/msg2file/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/print/pod-print/tsconfig.json b/services/print/pod-print/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/print/pod-print/tsconfig.json +++ b/services/print/pod-print/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/rekoni/tsconfig.json b/services/rekoni/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/rekoni/tsconfig.json +++ b/services/rekoni/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/ses/pod-ses/tsconfig.json b/services/ses/pod-ses/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/ses/pod-ses/tsconfig.json +++ b/services/ses/pod-ses/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/sign/pod-sign/tsconfig.json b/services/sign/pod-sign/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/sign/pod-sign/tsconfig.json +++ b/services/sign/pod-sign/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/telegram-bot/pod-telegram-bot/tsconfig.json b/services/telegram-bot/pod-telegram-bot/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/telegram-bot/pod-telegram-bot/tsconfig.json +++ b/services/telegram-bot/pod-telegram-bot/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/services/telegram/pod-telegram/tsconfig.json b/services/telegram/pod-telegram/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/services/telegram/pod-telegram/tsconfig.json +++ b/services/telegram/pod-telegram/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/templates/assets/tsconfig.json b/templates/assets/tsconfig.json index 4449c73536..2857a41ad2 100644 --- a/templates/assets/tsconfig.json +++ b/templates/assets/tsconfig.json @@ -7,5 +7,7 @@ "declarationDir": "./types", "types": ["node", "jest"], "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/templates/model/tsconfig.json b/templates/model/tsconfig.json index 9765b6086d..367a8578c9 100644 --- a/templates/model/tsconfig.json +++ b/templates/model/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/templates/node/tsconfig.json b/templates/node/tsconfig.json index f017cc597c..c6a877cf6c 100644 --- a/templates/node/tsconfig.json +++ b/templates/node/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/templates/platform/tsconfig.json b/templates/platform/tsconfig.json index 59e4fd4297..b5ae22f6e4 100644 --- a/templates/platform/tsconfig.json +++ b/templates/platform/tsconfig.json @@ -6,5 +6,7 @@ "outDir": "./lib", "declarationDir": "./types", "tsBuildInfoFile": ".build/build.tsbuildinfo" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file diff --git a/templates/ui/tsconfig.json b/templates/ui/tsconfig.json index fb6ccb2d18..14ada1dc34 100644 --- a/templates/ui/tsconfig.json +++ b/templates/ui/tsconfig.json @@ -5,5 +5,7 @@ "rootDir": "./src", "outDir": "./lib", "declarationDir": "./types" - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "lib", "dist", "types", "bundle"] } \ No newline at end of file