read-tsconfig-sync
    Preparing search index...

    Interface CompilerOptionsDefinition

    interface CompilerOptionsDefinition {
        compilerOptions?: CompilerOptions;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    compilerOptions?: CompilerOptions