From f2accf07bfdc570fae53db3fa06bd56d437da7a9 Mon Sep 17 00:00:00 2001 From: Timon Masberg Date: Fri, 15 Mar 2024 16:31:31 +0100 Subject: [PATCH] chore: remove unused nest-cli --- nest-cli.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 nest-cli.json diff --git a/nest-cli.json b/nest-cli.json deleted file mode 100644 index 8e739a20..00000000 --- a/nest-cli.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "projects": { - "shared/auth": { - "type": "library", - "root": "libs/shared/auth", - "entryFile": "index", - "sourceRoot": "libs/shared/auth/src", - "compilerOptions": { - "tsConfigPath": "libs/shared/auth/tsconfig.lib.json" - } - } - }, - "compilerOptions": { - "webpack": true - } -}