Skip to content

Commit d1eb9c1

Browse files
authored
Merge pull request #115 from pmdartus/pmdartus/typescript
Upgrade TypeScript target to `ES2020`
2 parents f8f2623 + a78009e commit d1eb9c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tsconfig.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
3+
"target": "ES2020",
44
"module": "commonjs",
55
"outDir": "./dist",
66
"declaration": true,
77
"sourceMap": true,
88
"strict": true,
99
"lib": [
10-
"dom",
11-
"es2015",
12-
"scripthost"
10+
"ES2020",
1311
],
1412
"paths": {
1513
"https-proxy-agent": ["./custom-typings/proxy-agent-modules.d.ts"],

0 commit comments

Comments
 (0)