aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-22 05:17:45 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-22 05:17:45 +0300
commit1e39924e41629c0fb5b63a9a36938ee6b7cc73b3 (patch)
tree103d328b3ccc8b47407beb91c0ebace32bace9cb /tsconfig.json
parentff66c26ad4cf74524daa7696a1ec2bcd0bde7d9b (diff)
v0.0.3v0.0.3
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index b65c745..df5ac7f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,14 +1,14 @@
{
"compilerOptions": {
"module": "commonjs",
- "target": "es6",
+ "target": "es2020",
"outDir": "out",
"lib": [
- "es6"
+ "es2020"
],
"sourceMap": true,
"rootDir": "src",
- "strict": true /* enable all strict type-checking options */
+ "strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */