~xenrox/10man-ts3

4e22405740e75a12e74da3cb6b51789fa80fabda — Thorben Günther 2 years ago 0476622
tsconfig: Use es2020 as target

BigInt literals are not available when targeting lower than ES2020.
1 files changed, 1 insertions(+), 1 deletions(-)

M tsconfig.json
M tsconfig.json => tsconfig.json +1 -1
@@ 11,7 11,7 @@
    // "disableReferencedProjectLoad": true,             /* Reduce the number of projects loaded automatically by TypeScript. */

    /* Language and Environment */
    "target": "es2018",                                     /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
    "target": "es2020",                                     /* 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 TC39 stage 2 draft decorators. */