@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface CompilerOptions

    interface CompilerOptions {
        allowArbitraryExtensions?: boolean;
        allowImportingTsExtensions?: boolean;
        allowJs?: boolean;
        allowSyntheticDefaultImports?: boolean;
        allowUmdGlobalAccess?: boolean;
        allowUnreachableCode?: boolean;
        allowUnusedLabels?: boolean;
        alwaysStrict?: boolean;
        assumeChangesOnlyAffectDirectDependencies?: boolean;
        baseUrl?: string;
        charset?: string;
        checkJs?: boolean;
        composite?: boolean;
        customConditions?: string[];
        declaration?: boolean;
        declarationDir?: string;
        declarationMap?: boolean;
        disableReferencedProjectLoad?: boolean;
        disableSizeLimit?: boolean;
        disableSolutionSearching?: boolean;
        disableSourceOfProjectReferenceRedirect?: boolean;
        downlevelIteration?: boolean;
        emitBOM?: boolean;
        emitDeclarationOnly?: boolean;
        emitDecoratorMetadata?: boolean;
        esModuleInterop?: boolean;
        exactOptionalPropertyTypes?: boolean;
        experimentalDecorators?: boolean;
        forceConsistentCasingInFileNames?: boolean;
        ignoreDeprecations?: string;
        importHelpers?: boolean;
        importsNotUsedAsValues?: ImportsNotUsedAsValues;
        incremental?: boolean;
        inlineSourceMap?: boolean;
        inlineSources?: boolean;
        isolatedDeclarations?: boolean;
        isolatedModules?: boolean;
        jsx?: tsc.JsxEmit;
        jsxFactory?: string;
        jsxFragmentFactory?: string;
        jsxImportSource?: string;
        keyofStringsOnly?: boolean;
        lib?: string[];
        locale?: string;
        mapRoot?: string;
        maxNodeModuleJsDepth?: number;
        module?: tsc.ModuleKind;
        moduleDetection?: ModuleDetectionKind;
        moduleResolution?: tsc.ModuleResolutionKind;
        moduleSuffixes?: string[];
        newLine?: tsc.NewLineKind;
        noEmit?: boolean;
        noEmitHelpers?: boolean;
        noEmitOnError?: boolean;
        noErrorTruncation?: boolean;
        noFallthroughCasesInSwitch?: boolean;
        noImplicitAny?: boolean;
        noImplicitOverride?: boolean;
        noImplicitReturns?: boolean;
        noImplicitThis?: boolean;
        noImplicitUseStrict?: boolean;
        noLib?: boolean;
        noPropertyAccessFromIndexSignature?: boolean;
        noResolve?: boolean;
        noStrictGenericChecks?: boolean;
        noUncheckedIndexedAccess?: boolean;
        noUnusedLocals?: boolean;
        noUnusedParameters?: boolean;
        out?: string;
        outDir?: string;
        outFile?: string;
        paths?: MapLike<string[]>;
        preserveConstEnums?: boolean;
        preserveSymlinks?: boolean;
        preserveValueImports?: boolean;
        project?: string;
        reactNamespace?: string;
        removeComments?: boolean;
        resolveJsonModule?: boolean;
        resolvePackageJsonExports?: boolean;
        resolvePackageJsonImports?: boolean;
        rootDir?: string;
        rootDirs?: string[];
        skipDefaultLibCheck?: boolean;
        skipLibCheck?: boolean;
        sourceMap?: boolean;
        sourceRoot?: string;
        strict?: boolean;
        strictBindCallApply?: boolean;
        strictFunctionTypes?: boolean;
        strictNullChecks?: boolean;
        strictPropertyInitialization?: boolean;
        stripInternal?: boolean;
        suppressExcessPropertyErrors?: boolean;
        suppressImplicitAnyIndexErrors?: boolean;
        target?: tsc.ScriptTarget;
        traceResolution?: boolean;
        tsBuildInfoFile?: string;
        typeRoots?: string[];
        types?: string[];
        useDefineForClassFields?: boolean;
        useUnknownInCatchVariables?: boolean;
        verbatimModuleSyntax?: boolean;
        [option: string]: CompilerOptionsValue | TsConfigSourceFile;
    }

    Indexable

    Index

    Properties

    allowArbitraryExtensions? allowImportingTsExtensions? allowJs? allowSyntheticDefaultImports? allowUmdGlobalAccess? allowUnreachableCode? allowUnusedLabels? alwaysStrict? assumeChangesOnlyAffectDirectDependencies? baseUrl? charset? checkJs? composite? customConditions? declaration? declarationDir? declarationMap? disableReferencedProjectLoad? disableSizeLimit? disableSolutionSearching? disableSourceOfProjectReferenceRedirect? downlevelIteration? emitBOM? emitDeclarationOnly? emitDecoratorMetadata? esModuleInterop? exactOptionalPropertyTypes? experimentalDecorators? forceConsistentCasingInFileNames? ignoreDeprecations? importHelpers? importsNotUsedAsValues? incremental? inlineSourceMap? inlineSources? isolatedDeclarations? isolatedModules? jsx? jsxFactory? jsxFragmentFactory? jsxImportSource? keyofStringsOnly? lib? locale? mapRoot? maxNodeModuleJsDepth? module? moduleDetection? moduleResolution? moduleSuffixes? newLine? noEmit? noEmitHelpers? noEmitOnError? noErrorTruncation? noFallthroughCasesInSwitch? noImplicitAny? noImplicitOverride? noImplicitReturns? noImplicitThis? noImplicitUseStrict? noLib? noPropertyAccessFromIndexSignature? noResolve? noStrictGenericChecks? noUncheckedIndexedAccess? noUnusedLocals? noUnusedParameters? out? outDir? outFile? paths? preserveConstEnums? preserveSymlinks? preserveValueImports? project? reactNamespace? removeComments? resolveJsonModule? resolvePackageJsonExports? resolvePackageJsonImports? rootDir? rootDirs? skipDefaultLibCheck? skipLibCheck? sourceMap? sourceRoot? strict? strictBindCallApply? strictFunctionTypes? strictNullChecks? strictPropertyInitialization? stripInternal? suppressExcessPropertyErrors? suppressImplicitAnyIndexErrors? target? traceResolution? tsBuildInfoFile? typeRoots? types? useDefineForClassFields? useUnknownInCatchVariables? verbatimModuleSyntax?

    Properties

    allowArbitraryExtensions?: boolean
    allowImportingTsExtensions?: boolean
    allowJs?: boolean
    allowSyntheticDefaultImports?: boolean
    allowUmdGlobalAccess?: boolean
    allowUnreachableCode?: boolean
    allowUnusedLabels?: boolean
    alwaysStrict?: boolean
    assumeChangesOnlyAffectDirectDependencies?: boolean
    baseUrl?: string
    charset?: string
    checkJs?: boolean
    composite?: boolean
    customConditions?: string[]
    declaration?: boolean
    declarationDir?: string
    declarationMap?: boolean
    disableReferencedProjectLoad?: boolean
    disableSizeLimit?: boolean
    disableSolutionSearching?: boolean
    disableSourceOfProjectReferenceRedirect?: boolean
    downlevelIteration?: boolean
    emitBOM?: boolean
    emitDeclarationOnly?: boolean
    emitDecoratorMetadata?: boolean
    esModuleInterop?: boolean
    exactOptionalPropertyTypes?: boolean
    experimentalDecorators?: boolean
    forceConsistentCasingInFileNames?: boolean
    ignoreDeprecations?: string
    importHelpers?: boolean
    importsNotUsedAsValues?: ImportsNotUsedAsValues
    incremental?: boolean
    inlineSourceMap?: boolean
    inlineSources?: boolean
    isolatedDeclarations?: boolean
    isolatedModules?: boolean
    jsx?: tsc.JsxEmit
    jsxFactory?: string
    jsxFragmentFactory?: string
    jsxImportSource?: string
    keyofStringsOnly?: boolean
    lib?: string[]
    locale?: string
    mapRoot?: string
    maxNodeModuleJsDepth?: number
    module?: tsc.ModuleKind
    moduleDetection?: ModuleDetectionKind
    moduleResolution?: tsc.ModuleResolutionKind
    moduleSuffixes?: string[]
    newLine?: tsc.NewLineKind
    noEmit?: boolean
    noEmitHelpers?: boolean
    noEmitOnError?: boolean
    noErrorTruncation?: boolean
    noFallthroughCasesInSwitch?: boolean
    noImplicitAny?: boolean
    noImplicitOverride?: boolean
    noImplicitReturns?: boolean
    noImplicitThis?: boolean
    noImplicitUseStrict?: boolean
    noLib?: boolean
    noPropertyAccessFromIndexSignature?: boolean
    noResolve?: boolean
    noStrictGenericChecks?: boolean
    noUncheckedIndexedAccess?: boolean
    noUnusedLocals?: boolean
    noUnusedParameters?: boolean
    out?: string
    outDir?: string
    outFile?: string
    paths?: MapLike<string[]>
    preserveConstEnums?: boolean
    preserveSymlinks?: boolean
    preserveValueImports?: boolean
    project?: string
    reactNamespace?: string
    removeComments?: boolean
    resolveJsonModule?: boolean
    resolvePackageJsonExports?: boolean
    resolvePackageJsonImports?: boolean
    rootDir?: string
    rootDirs?: string[]
    skipDefaultLibCheck?: boolean
    skipLibCheck?: boolean
    sourceMap?: boolean
    sourceRoot?: string
    strict?: boolean
    strictBindCallApply?: boolean
    strictFunctionTypes?: boolean
    strictNullChecks?: boolean
    strictPropertyInitialization?: boolean
    stripInternal?: boolean
    suppressExcessPropertyErrors?: boolean
    suppressImplicitAnyIndexErrors?: boolean
    target?: tsc.ScriptTarget
    traceResolution?: boolean
    tsBuildInfoFile?: string
    typeRoots?: string[]

    Paths used to compute primary types search locations

    types?: string[]
    useDefineForClassFields?: boolean
    useUnknownInCatchVariables?: boolean
    verbatimModuleSyntax?: boolean