aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-03-27 17:14:08 -0500
committerMax Isom <[email protected]>2020-03-27 17:14:08 -0500
commit7703506aae30e56ca668d078f72cc5e8abe843d8 (patch)
treecfc4d2775112693baa7a5fca51bc52ee376e7b19 /tsconfig.json
parenta2950ed722d5ed1f0e3d31922d796836ec1b18da (diff)
downloadmuse-7703506aae30e56ca668d078f72cc5e8abe843d8.tar.xz
muse-7703506aae30e56ca668d078f72cc5e8abe843d8.zip
Bump dependencies and add typing event handler
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index ece24c7..219c7c7 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
- "lib": ["ES2017"],
+ "lib": ["ES2018"],
"target": "es6",
"module": "commonjs",
"declaration": true,