Skip to content

Commit d98e441

Browse files
committed
Update JavaScript target version
1 parent a94f729 commit d98e441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.server.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./tsconfig.app.json",
33
"compilerOptions": {
44
"outDir": "./out-tsc/app-server",
5-
"target": "es2016",
5+
"target": "ES2022",
66
"types": [
77
"node",
88
"grecaptcha"

0 commit comments

Comments
 (0)