aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/typings.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/typings.d.ts')
-rw-r--r--webapp/src/typings.d.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/webapp/src/typings.d.ts b/webapp/src/typings.d.ts
new file mode 100644
index 0000000..03eef4f
--- /dev/null
+++ b/webapp/src/typings.d.ts
@@ -0,0 +1,15 @@
+/**
+ * @license
+ * Copyright Akveo. All Rights Reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ */
+
+/* SystemJS module definition */
+declare var module: NodeModule;
+interface NodeModule {
+ id: string;
+}
+
+declare var tinymce: any;
+
+declare var echarts: any;