Skip to content

Instantly share code, notes, and snippets.

@Ciantic
Created June 23, 2016 10:52
Show Gist options
  • Select an option

  • Save Ciantic/50140f189abf3e83260e6aba7cedc5ce to your computer and use it in GitHub Desktop.

Select an option

Save Ciantic/50140f189abf3e83260e6aba7cedc5ce to your computer and use it in GitHub Desktop.
// Hit Ctrl+T start typing "globalStyles", not found, start typing "Something", it is found
export let globalStyles = {};
export class Something {
}
{
"compileOnSave": false,
"compilerOptions": {
"moduleResolution": "node",
"target": "es6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment