Skip to content

Instantly share code, notes, and snippets.

@vladimir-ivanov
Last active November 29, 2015 21:17
Show Gist options
  • Save vladimir-ivanov/922711cf8b4bdb76c998 to your computer and use it in GitHub Desktop.
Save vladimir-ivanov/922711cf8b4bdb76c998 to your computer and use it in GitHub Desktop.
systemjs config for typescript
System.transpiler = 'typescript';
System.meta['typescript'] = {format: 'global', exports: 'ts'};
System.paths = {
'*': '*.ts',
'typescript': 'node_modules/typescript/lib/typescript.js'
};
System.import('/src/main.ts');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment