Interface ProjenrcTsOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProjenrcTsOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.272Z") @Stability(Experimental) public interface ProjenrcTsOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProjenrcTsOptions.BuilderA builder forProjenrcTsOptionsstatic classProjenrcTsOptions.Jsii$ProxyAn implementation forProjenrcTsOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ProjenrcTsOptions.Builderbuilder()default StringgetFilename()(experimental) The name of the projenrc file.default StringgetProjenCodeDir()(experimental) A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file.default StringgetTsconfigFileName()(experimental) The name of the tsconfig file that will be used by ts-node when compiling projen source files.
-
-
-
Method Detail
-
getFilename
@Stability(Experimental) @Nullable default String getFilename()
(experimental) The name of the projenrc file.Default: ".projenrc.ts"
-
getProjenCodeDir
@Stability(Experimental) @Nullable default String getProjenCodeDir()
(experimental) A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file.Default: "projenrc"
-
getTsconfigFileName
@Stability(Experimental) @Nullable default String getTsconfigFileName()
(experimental) The name of the tsconfig file that will be used by ts-node when compiling projen source files.Default: "tsconfig.projen.json"
-
builder
@Stability(Experimental) static ProjenrcTsOptions.Builder builder()
- Returns:
- a
ProjenrcTsOptions.BuilderofProjenrcTsOptions
-
-