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