tech(systemjs): finally starting to get systemjs and typescript and runtime loading to work together in a manner that I want it to.. took forever

This commit is contained in:
Torkel Ödegaard
2015-12-17 11:46:10 +01:00
parent c24935b519
commit 3b8e478a6a
6 changed files with 45 additions and 39 deletions

View File

@ -11,7 +11,6 @@ module.exports = function() {
rootDir: 'public/',
sourceRoot: 'public/',
declaration: true,
moduleResolution: 2,
emitDecoratorMetadata: true,
experimentalDecorators: true,
sourceMap: true,