| Modifier and Type | Method and Description |
|---|---|
Projenrc |
build() |
static Projenrc.Builder |
create(TypeScriptProject project) |
Projenrc.Builder |
filename(String filename)
(experimental) The name of the projenrc file.
|
Projenrc.Builder |
projenCodeDir(String projenCodeDir)
(experimental) A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file.
|
@Stability(value=Experimental) public static Projenrc.Builder create(TypeScriptProject project)
project - This parameter is required.Projenrc.Builder.@Stability(value=Experimental) public Projenrc.Builder filename(String filename)
Default: ".projenrc.ts"
filename - The name of the projenrc file. This parameter is required.this@Stability(value=Experimental) public Projenrc.Builder projenCodeDir(String projenCodeDir)
Default: "projenrc"
projenCodeDir - A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file. This parameter is required.thisCopyright © 2021. All rights reserved.