@oazmi/build-tools - v0.2.7
    Preparing search index...

    Interface TsConfigJson

    the json schema for a "tsconfig.json" typescript configuration file.

    interface TsConfigJson {
        compilerOptions: DntBuildOptions;
    }
    Index

    Properties

    Properties

    compilerOptions: DntBuildOptions