aboutsummaryrefslogtreecommitdiffstats
path: root/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.ts b/config.ts
new file mode 100644
index 0000000..a65dfa8
--- /dev/null
+++ b/config.ts
@@ -0,0 +1,7 @@
+/// <reference path="require.d.ts" />
+
+import { Hesla } from "hesla";
+
+require([], () => {
+ var thisHesla = new Hesla();
+});