Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add namespaces #27

Open
Crusader4Christ opened this issue Sep 10, 2020 · 0 comments
Open

Add namespaces #27

Crusader4Christ opened this issue Sep 10, 2020 · 0 comments

Comments

@Crusader4Christ
Copy link

Crusader4Christ commented Sep 10, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant