Browse Source

formatting

Steven Silvester 6 năm trước cách đây
mục cha
commit
014df3418b

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