Skip to content

Commit b479ccd

Browse files
committed
Update target in tsconfig
1 parent f719522 commit b479ccd

File tree

3 files changed

+1531
-830
lines changed

3 files changed

+1531
-830
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
"eslint-plugin-promise": "4",
9595
"eslint-plugin-standard": "5",
9696
"gzip-size": "^6.0.0",
97-
"jest": "^28.1.0",
98-
"jest-environment-jsdom": "^28.1.0",
97+
"jest": "^26.6.3",
9998
"jest-fetch-mock": "^3.0.3",
10099
"jest-watch-typeahead": "^0.6.3",
101100
"kleur": "^4.1.4",
@@ -107,7 +106,7 @@
107106
"rollup-plugin-terser": "^7.0.0",
108107
"rollup-plugin-typescript2": "^0.31.2",
109108
"shx": "^0.3.2",
110-
"ts-jest": "^28.0.4",
109+
"ts-jest": "^26.5.6",
111110
"typescript": "4.6.4"
112111
}
113112
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"declarationMap": true,
99
"declarationDir": "./dist/types",
1010
"allowSyntheticDefaultImports": true,
11-
"target": "esnext",
1211
"lib": ["ES2019", "ESNext", "dom"],
1312
"moduleResolution": "node",
1413
"noImplicitAny": true,

0 commit comments

Comments
 (0)