Skip to content

Commit

Permalink
change Passport TS config to target earlier ES version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Feb 27, 2024
1 parent 5cfd597 commit 1e3da90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/passport/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": "./src",
"outDir": "./dist",
"rootDirs": ["src"],
"target": "es2022",
"target": "es2015",
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
Expand Down

0 comments on commit 1e3da90

Please sign in to comment.