Skip to content

pzlr/build-core

Repository files navigation

Build Core

Core tools for pzlr.

.pzlrrc

  • sourceDir - root source directory;
  • projectType - project type (ts, js, static).

Example:

{
  "sourceDir": "./src",
  "projectType": "js"
}