Interface ProjectPaths

The project paths:

  • root: the project's root.
  • configFile: the algob's config filepath.
  • cache: project's cache directory.
  • artifacts: artifact's directory.
  • sources: project's sources directory.
  • tests: project's tests directory.

Hierarchy

  • ProjectPaths

Properties

artifacts: string
cache: string
configFile: string
root: string
sources: string
tests: string

Generated using TypeDoc