Interface TypescriptConfigOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    TypescriptConfigOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.214Z")
    @Stability(Experimental)
    public interface TypescriptConfigOptions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getCompilerOptions

        @Stability(Experimental)
        @Nullable
        default TypeScriptCompilerOptions getCompilerOptions()
        (experimental) Compiler options to use.
      • getExclude

        @Stability(Experimental)
        @Nullable
        default List<String> getExclude()
        (experimental) Filters results from the "include" option.

        Default: - node_modules is excluded by default

      • getExtendsValue

        @Stability(Experimental)
        @Nullable
        default TypescriptConfigExtends getExtendsValue()
        (experimental) Base tsconfig.json configuration(s) to inherit from.
      • getFileName

        @Stability(Experimental)
        @Nullable
        default String getFileName()
        Default: "tsconfig.json"
      • getInclude

        @Stability(Experimental)
        @Nullable
        default List<String> getInclude()
        (experimental) Specifies a list of glob patterns that match TypeScript files to be included in compilation.

        Default: - all .ts files recursively