fix(typescript): fixed sourcemap issue, #6904

This commit is contained in:
Torkel Ödegaard 2016-12-12 14:24:36 +01:00
parent ee6cd727ea
commit 40b359334b

View File

@ -6,7 +6,6 @@
"noImplicitAny": false,
"target": "es5",
"rootDir": "public/",
"sourceRoot": "public/",
"module": "system",
"noEmitOnError": true,
"emitDecoratorMetadata": true,