diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-04-08 19:51:15 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-04-08 19:51:15 +0200 |
commit | 34e2bcf51e08806db300683a4b024399bf221c7f (patch) | |
tree | b04c8866ff02660067cc1fbd260cafb3e4b5bcf3 /tsconfig.json | |
parent | 982842cf5f7d1b3b7e641f6a89869e418906fc75 (diff) | |
parent | 8ff073f7c2d91b70d664877622fbdd95013c3781 (diff) | |
download | fietsboek-34e2bcf51e08806db300683a4b024399bf221c7f.tar.gz fietsboek-34e2bcf51e08806db300683a4b024399bf221c7f.tar.bz2 fietsboek-34e2bcf51e08806db300683a4b024399bf221c7f.zip |
Merge branch 'profile-graph'
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 d274abb..a2145e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ /* Language and Environment */ - "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ + "target": "es2017", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ // "jsx": "preserve", /* Specify what JSX code is generated. */ // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */ |