summaryrefslogtreecommitdiffstats
path: root/jsconfig.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-12-30 19:35:24 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-12-30 19:35:24 +0100
commit213cf2aa8e2b888068e0b746509c6a5b8c060dbb (patch)
tree336d9bf500e0aea1d0932bd5f35c41a37bc3a90c /jsconfig.json
parent54114c2f19e66006aedfe008f2ff02b46dcbe1b8 (diff)
downloadzalmy-213cf2aa8e2b888068e0b746509c6a5b8c060dbb.tar.gz
Apparently forgot to add jsconfig.json when upgrading Babel.
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 0000000..e33147a
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,6 @@
+{
+ "compilerOptions": {
+ "target": "ES6",
+ "module": "amd"
+ }
+} \ No newline at end of file