@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 639 B
Markdown
lang: en
title: 'API docs: boot.baseartifactbooter.projectroot'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.boot.baseartifactbooter.projectroot.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/boot](./boot.md) > [BaseArtifactBooter](./boot.baseartifactbooter.md) > [projectRoot](./boot.baseartifactbooter.projectroot.md)
## BaseArtifactBooter.projectRoot property
Project root relative to which all other paths are resolved
<b>Signature:</b>
```typescript
readonly projectRoot: string;
```