From 468e6203728b61af6b9b9907b7a3e9ae553ee79b Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Thu, 30 Mar 2023 13:22:25 -0400 Subject: [PATCH] chore: remove unused config (#2121) --- server/nest-cli.json | 47 +------------------------------------------- 1 file changed, 1 insertion(+), 46 deletions(-) diff --git a/server/nest-cli.json b/server/nest-cli.json index c0fad3013f..b59076ddae 100644 --- a/server/nest-cli.json +++ b/server/nest-cli.json @@ -44,51 +44,6 @@ "tsConfigPath": "apps/cli/tsconfig.app.json" } }, - "common": { - "type": "library", - "root": "libs/common", - "entryFile": "index", - "sourceRoot": "libs/common/src", - "compilerOptions": { - "tsConfigPath": "libs/common/tsconfig.lib.json" - } - }, - "database": { - "type": "library", - "root": "libs/database", - "entryFile": "index", - "sourceRoot": "libs/database/src", - "compilerOptions": { - "tsConfigPath": "libs/database/tsconfig.lib.json" - } - }, - "job": { - "type": "library", - "root": "libs/job", - "entryFile": "index", - "sourceRoot": "libs/job/src", - "compilerOptions": { - "tsConfigPath": "libs/job/tsconfig.lib.json" - } - }, - "immich-config": { - "type": "library", - "root": "libs/immich-config", - "entryFile": "index", - "sourceRoot": "libs/immich-config/src", - "compilerOptions": { - "tsConfigPath": "libs/immich-config/tsconfig.lib.json" - } - }, - "storage": { - "type": "library", - "root": "libs/storage", - "entryFile": "index", - "sourceRoot": "libs/storage/src", - "compilerOptions": { - "tsConfigPath": "libs/storage/tsconfig.lib.json" - } - }, "infra": { "type": "library", "root": "libs/infra", @@ -108,4 +63,4 @@ } } } -} \ No newline at end of file +}