Commit 40b35933 by Torkel Ödegaard

fix(typescript): fixed sourcemap issue, #6904

parent ee6cd727
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
"noImplicitAny": false, "noImplicitAny": false,
"target": "es5", "target": "es5",
"rootDir": "public/", "rootDir": "public/",
"sourceRoot": "public/",
"module": "system", "module": "system",
"noEmitOnError": true, "noEmitOnError": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment