diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-04-06 01:17:08 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-04-06 01:17:08 +0200 |
commit | 8bb2d8c2cb9809b2c347b98c2ac24fa760233383 (patch) | |
tree | 22761c5a5ab493124000851f15c6e0d487cb0762 /tsconfig.json | |
parent | 6e79fc2302660e29b6642a766012f1e0a6549fbb (diff) | |
download | fietsboek-8bb2d8c2cb9809b2c347b98c2ac24fa760233383.tar.gz fietsboek-8bb2d8c2cb9809b2c347b98c2ac24fa760233383.tar.bz2 fietsboek-8bb2d8c2cb9809b2c347b98c2ac24fa760233383.zip |
implement basic version of 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. */ |