aboutsummaryrefslogtreecommitdiffstats
path: root/config.ts
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-01-22 14:35:41 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-01-22 14:40:13 +0100
commit97e4ca0d7d24f5df5c331d9fba963e12368ddd84 (patch)
tree21a460dafe8f66e1662070165be8f05298b92710 /config.ts
parentc416b15d70a620afb36ead462e3098b896d73eac (diff)
parentb01e1e4c3907cea472284c3142a9860bb2992593 (diff)
downloadhesla-97e4ca0d7d24f5df5c331d9fba963e12368ddd84.tar.gz
Merge branch 'update_babel'
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();
+});