Skip to content

Commit 37ee17d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/importDefinitelyTypedTests/tsconfig.json

Lines changed: 1 addition & 1 deletion
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)