diff options
| author | Max Isom <[email protected]> | 2020-03-27 17:14:08 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-03-27 17:14:08 -0500 |
| commit | 7703506aae30e56ca668d078f72cc5e8abe843d8 (patch) | |
| tree | cfc4d2775112693baa7a5fca51bc52ee376e7b19 /tsconfig.json | |
| parent | a2950ed722d5ed1f0e3d31922d796836ec1b18da (diff) | |
| download | muse-7703506aae30e56ca668d078f72cc5e8abe843d8.tar.xz muse-7703506aae30e56ca668d078f72cc5e8abe843d8.zip | |
Bump dependencies and add typing event handler
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
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, |
