@pzlr/build-core
v2.15.1
Published
Core tools for pzlr
Downloads
187
Keywords
Readme
Build Core
Core tools for pzlr.
.pzlrrc
- sourceDir - root source directory;
- projectType - project type (ts, js, static).
Example:
{
"sourceDir": "./src",
"projectType": "js"
}