Change the buiding tool to angular-cli
[holmes/rule-management.git] / rulemgt-frontend / src / typings.d.ts
diff --git a/rulemgt-frontend/src/typings.d.ts b/rulemgt-frontend/src/typings.d.ts
new file mode 100644 (file)
index 0000000..ef5c7bd
--- /dev/null
@@ -0,0 +1,5 @@
+/* SystemJS module definition */
+declare var module: NodeModule;
+interface NodeModule {
+  id: string;
+}