summaryrefslogtreecommitdiffstats
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.js b/config.js
new file mode 100644
index 0000000..80134d7
--- /dev/null
+++ b/config.js
@@ -0,0 +1,7 @@
+/// <reference path="require.d.ts" />
+define(["require", "exports", "zalmy"], function(require, exports, zl) {
+ require([], function () {
+ var thisPsalm = new zl.Psalm();
+ });
+});
+//# sourceMappingURL=config.js.map