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
    • 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"