Skip to content

Instantly share code, notes, and snippets.

@Olian04
Created June 14, 2018 21:53
Show Gist options
  • Save Olian04/ce2409c449f39ca5e8bc04e0bd7e483c to your computer and use it in GitHub Desktop.
Save Olian04/ce2409c449f39ca5e8bc04e0bd7e483c to your computer and use it in GitHub Desktop.
import { bar } from './demo_internal';
export function foo() {}
// @internal
export function bar() {}
{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"stripInternal": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment