浏览代码

test source maps inlined.

Ievgen Naida 5 年之前
父节点
当前提交
e595539bc1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tsconfig.tests.json

+ 1 - 1
tsconfig.tests.json

@@ -5,7 +5,7 @@
     "lib": ["es2015", "dom"],
     "target": "es5",
     "allowJs": false,
-    "sourceMap": true,
+    "inlineSourceMap": true,
     "strict": false,
     "declaration": false
   },