Skip to content

Commit 37ee17d

Browse files
es3 -> es5.
1 parent 925f084 commit 37ee17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/importDefinitelyTypedTests/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es3",
4+
"target": "ES5",
55
"noImplicitAny": true,
66
"outDir": "./",
77
"rootDir": ".",

0 commit comments

Comments
 (0)