Target es2018

This commit is contained in:
Jonathan Clem 2020-02-25 15:42:58 -05:00
parent ebc5283d9c
commit b20057aecf
No known key found for this signature in database
GPG key ID: B3662C4A8F843179
2 changed files with 32 additions and 42 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"target": "es2018",
"moduleResolution": "node",
"strict": true,
"forceConsistentCasingInFileNames": true