Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit e6b1262

Browse files
Merge pull request #90 from sparkhom/fixSystemJS
fix typescript.js location in systemjs sample
2 parents 592ef33 + 2f3fbda commit e6b1262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemjs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
System.meta['typescript'] = { format: 'global', exports: 'ts' };
1111
System.paths = {
1212
'*': '*.ts',
13-
'typescript': 'node_modules/typescript/bin/typescript.js'
13+
'typescript': 'node_modules/typescript/lib/typescript.js'
1414
}
1515
System.import('app').then(function(m) {
1616
var element = document.getElementById("content");

0 commit comments

Comments
 (0)