Browse Source

fix(typescript): fixed sourcemap issue, #6904

Torkel Ödegaard 9 years ago
parent
commit
40b359334b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tsconfig.json

+ 0 - 1
tsconfig.json

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