Skip to content

Commit baf6bc2

Browse files
committed
fix(target): updating target to 2018 to support Node 10
1 parent a6a3769 commit baf6bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"include": ["src", "tests"],
33
"compilerOptions": {
4-
"target": "esnext",
4+
"target": "ES2018",
55
"lib": ["esnext"],
66
"types": ["reflect-metadata", "node"],
77
"module": "commonjs",

0 commit comments

Comments
 (0)