agentOS API Reference - v0.0.1
    Preparing search index...

    Interface TypeScriptSourceOptions

    interface TypeScriptSourceOptions {
        compilerOptions?: Record<string, unknown>;
        cwd?: string;
        filePath?: string;
        tsconfigPath?: string;
    }
    Index
    compilerOptions?: Record<string, unknown>
    cwd?: string
    filePath?: string
    tsconfigPath?: string