From 1be654c13fa7c95606b379ce65a5a33f8852b095 Mon Sep 17 00:00:00 2001 From: Pavel Gnedov Date: Fri, 10 Mar 2023 18:15:41 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D1=8B=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=B5=D1=82=D1=80=D1=8B=20=D0=B8=D0=B7=20nest-cli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nest-cli.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/nest-cli.json b/nest-cli.json index 6d72db5..3415b46 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -10,24 +10,6 @@ "compilerOptions": { "tsConfigPath": "libs/event-emitter/tsconfig.lib.json" } - }, - "redmine-issues-cache-writer": { - "type": "library", - "root": "libs/redmine-issues-cache-writer", - "entryFile": "index", - "sourceRoot": "libs/redmine-issues-cache-writer/src", - "compilerOptions": { - "tsConfigPath": "libs/redmine-issues-cache-writer/tsconfig.lib.json" - } - }, - "redmine-data-loader": { - "type": "library", - "root": "libs/redmine-data-loader", - "entryFile": "index", - "sourceRoot": "libs/redmine-data-loader/src", - "compilerOptions": { - "tsConfigPath": "libs/redmine-data-loader/tsconfig.lib.json" - } } }, "compilerOptions": {