diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-12-30 19:35:24 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-12-30 19:35:24 +0100 |
commit | 213cf2aa8e2b888068e0b746509c6a5b8c060dbb (patch) | |
tree | 336d9bf500e0aea1d0932bd5f35c41a37bc3a90c /jsconfig.json | |
parent | 54114c2f19e66006aedfe008f2ff02b46dcbe1b8 (diff) | |
download | zalmy-213cf2aa8e2b888068e0b746509c6a5b8c060dbb.tar.gz |
Apparently forgot to add jsconfig.json when upgrading Babel.
Diffstat (limited to 'jsconfig.json')
-rw-r--r-- | jsconfig.json | 6 |
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 |