Skip to content

Commit 2698cba

Browse files
committed
build: resolve test tsconfig error
1 parent 39a2383 commit 2698cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"include": ["."],
44
"exclude": ["tsconfig.json"],
55
"compilerOptions": {
6-
"target": "ES3",
6+
"target": "ES5",
77
"module": "CommonJS",
88
"baseUrl": null
99
}

0 commit comments

Comments
 (0)