Skip to content

Commit

Permalink
Merge pull request #449 from capricorn86/task/448-move-from-es-to-es
Browse files Browse the repository at this point in the history
#448@minor: Changes compile target from ES5 to ES2020.
  • Loading branch information
capricorn86 committed Apr 4, 2022
2 parents 3328ef7 + d70793b commit faaaa2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/global-registrator/tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"outDir": "lib",
"rootDir": "src",
"tsBuildInfoFile": "tmp/.tsbuildinfo",
"target": "es5",
"target": "es2020",
"declaration": true,
"module": "CommonJS",
"moduleResolution": "node",
Expand Down
2 changes: 1 addition & 1 deletion packages/happy-dom/tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"outDir": "lib",
"rootDir": "src",
"tsBuildInfoFile": "tmp/.tsbuildinfo",
"target": "es5",
"target": "es2020",
"declaration": true,
"module": "CommonJS",
"moduleResolution": "node",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment/tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"outDir": "lib",
"rootDir": "src",
"tsBuildInfoFile": "tmp/.tsbuildinfo",
"target": "es5",
"target": "es2020",
"declaration": true,
"module": "CommonJS",
"moduleResolution": "node",
Expand Down

0 comments on commit faaaa2c

Please sign in to comment.