Skip to content

Commit 58657e5

Browse files
committed
altered compiler target
1 parent 4e99307 commit 58657e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"module": "CommonJS",
55
"outDir": "./dist/",
6-
"target": "ES2015"
6+
"target": "es5"
77
},
88
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
99
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"module": "CommonJS",
5-
"target": "ES2015"
5+
"target": "es5"
66
}
77
}

0 commit comments

Comments
 (0)