Class ProjenrcTs

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.271Z")
    @Stability(Experimental)
    public class ProjenrcTs
    extends ProjenrcFile
    (experimental) A projenrc file written in TypeScript.

    This component can be instantiated in any type of project and has no expectations around the project's main language.

    Requires that npx is available.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ProjenrcTs.Builder
      (experimental) A fluent builder for ProjenrcTs.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default
    • Constructor Detail

      • ProjenrcTs

        protected ProjenrcTs​(software.amazon.jsii.JsiiObjectRef objRef)
      • ProjenrcTs

        protected ProjenrcTs​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ProjenrcTs

        @Stability(Experimental)
        public ProjenrcTs​(@NotNull
                          Project project,
                          @Nullable
                          ProjenrcTsOptions options)
        Parameters:
        project - This parameter is required.
        options -
      • ProjenrcTs

        @Stability(Experimental)
        public ProjenrcTs​(@NotNull
                          Project project)
        Parameters:
        project - This parameter is required.
    • Method Detail

      • preSynthesize

        @Stability(Experimental)
        public void preSynthesize()
        (experimental) Called before synthesis.
        Overrides:
        preSynthesize in class ProjenrcFile
      • getFilePath

        @Stability(Experimental)
        @NotNull
        public String getFilePath()
        (experimental) The path of the projenrc file.
        Specified by:
        getFilePath in class ProjenrcFile
      • getTsconfig

        @Stability(Experimental)
        @NotNull
        public TypescriptConfig getTsconfig()
        (experimental) TypeScript configuration file used to compile projen source files.