浏览代码

formatting

Steven Silvester 6 年之前
父节点
当前提交
014df3418b
共有 1 个文件被更改,包括 12 次插入1 次删除
  1. 12 1
      packages/services/examples/typescript-browser-with-output/tsconfig.json

+ 12 - 1
packages/services/examples/typescript-browser-with-output/tsconfig.json

@@ -11,5 +11,16 @@
     "strictNullChecks": false,
     "target": "es2015",
     "types": []
-  }
+  },
+  "references": [
+    {
+      "path": "../../../outputarea"
+    },
+    {
+      "path": "../../../rendermime"
+    },
+    {
+      "path": "../.."
+    }
+  ]
 }