Skip to content

Commit 02f91cc

Browse files
committed
Targeting ES6
1 parent d3d0d94 commit 02f91cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/sdk/tsconfig.node.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"module": "esnext",
4-
"target": "es2020",
5-
"lib": ["esnext"],
3+
"module": "NodeNext",
4+
"target": "ES6",
5+
"lib": ["ES6"],
66
"declaration": true,
77
"outDir": "dist/server",
88
"strict": true,

0 commit comments

Comments
 (0)