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": "../.."
+    }
+  ]
 }