Skip to content

Commit 769b00b

Browse files
committed
tsconfig: Target es2018, require node >= 10.
1 parent e4060a2 commit 769b00b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"compileOnSave": false,
33
"compilerOptions": {
44
"lib":[
5-
"es2015"
5+
"es2018"
66
],
77
"outDir": "dist",
88
"sourceMap": true,
99
"sourceRoot": "src",
10-
"strict": true
10+
"strict": true,
11+
"target": "es2018"
1112
}
1213
}

0 commit comments

Comments
 (0)