KC's Workspace
    Preparing search index...

    Interface IsolatedDeclarationsOptions

    interface IsolatedDeclarationsOptions {
        sourcemap?: boolean;
        stripInternal?: boolean;
    }
    Index

    Properties

    sourcemap?: boolean
    stripInternal?: boolean

    Do not emit declarations for code that has an annotation in its JSDoc comment. This is an internal compiler option; use at your own risk, because the compiler does not check that the result is valid.

    Default: false

    See https://www.typescriptlang.org/tsconfig/#stripInternal