Skip to content

Commit 91502c7

Browse files
kyliauayazhafiz
authored andcommitted
test: build integration test in ES2017
Since integration test is only used locally, building it in ES2017 helps debugging (less verbose JS output).
1 parent 4fb7524 commit 91502c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"composite": true,
55
"outDir": "out",
6-
"rootDir": ".",
6+
"rootDir": "."
77
},
88
"include": ["*.ts"]
99
}

integration/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4+
"target": "ES2017",
45
"outDir": "out"
56
},
67
"references": [

0 commit comments

Comments
 (0)