Skip to content

Add namespaces #27

@Crusader4Christ

Description

@Crusader4Christ

Input

export namespace iAppConfig {
  export interface ServiceConfig {
    key: string;
    token: string;
  }
}

Output is for empty file:

/**
 * This module was automatically generated by `ts-interface-builder`
 */
import * as t from "ts-interface-checker";
// tslint:disable:object-literal-key-quotes
const exportedTypeSuite: t.ITypeSuite = {
};
export default exportedTypeSuite;

Quick fix - just to ignore namespaces

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions