{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "./", "entryFile": "./src/main", "compilerOptions": { "deleteOutDir": true, "webpack": true, "tsConfigPath": "apps/sample-app/tsconfig.app.json" }, "monorepo": true, "root": "apps/sample-app", "projects": { "fis-fingerprint": { "type": "application", "root": "apps/fis-fingerprint", "entryFile": "src/main", "sourceRoot": "apps/fis-fingerprint", "compilerOptions": { "tsConfigPath": "apps/fis-fingerprint/tsconfig.app.json", "watchAssets": true } }, "fis-verification": { "type": "application", "root": "apps/fis-verification", "entryFile": "src/main", "sourceRoot": "apps/fis-verification/", "compilerOptions": { "tsConfigPath": "apps/fis-verification/tsconfig.app.json", "watchAssets": true } }, "sample-app": { "type": "application", "root": "apps/sample-app", "entryFile": "src/main", "sourceRoot": "apps/sample-app/", "compilerOptions": { "tsConfigPath": "apps/sample-app/tsconfig.app.json", "watchAssets": true } } } }