Skip to content

Commit d884984

Browse files
committed
lower down the target version
1 parent b2eda26 commit d884984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"include": ["src/**/*"],
33
"compilerOptions": {
4-
"target": "ESNext",
4+
"target": "ES2015",
55
"strict": true,
66
"allowJs": true,
77
"declaration": true,

0 commit comments

Comments
 (0)