Skip to content

Commit 1075410

Browse files
committed
Updating tsconfig to use specific complier
1 parent ceea22d commit 1075410

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

test/tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "../config/tsconfig.test.json"
2+
"extends": "../config/tsconfig.test.json",
3+
"compilerOptions": {
4+
"target": "es5"
5+
}
36
}

tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "./config/tsconfig.base.json"
2+
"extends": "./config/tsconfig.base.json",
3+
"compilerOptions": {
4+
"target": "es5"
5+
}
36
}

0 commit comments

Comments
 (0)