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 - } -}