We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592ef33 commit 2f3fbdaCopy full SHA for 2f3fbda
systemjs/index.html
@@ -10,7 +10,7 @@
10
System.meta['typescript'] = { format: 'global', exports: 'ts' };
11
System.paths = {
12
'*': '*.ts',
13
- 'typescript': 'node_modules/typescript/bin/typescript.js'
+ 'typescript': 'node_modules/typescript/lib/typescript.js'
14
}
15
System.import('app').then(function(m) {
16
var element = document.getElementById("content");
0 commit comments