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

interface TsConfigJson {
    compilerOptions: DntBuildOptions;
}

Properties

Properties

compilerOptions: DntBuildOptions