We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d0d94 commit 02f91ccCopy full SHA for 02f91cc
packages/sdk/tsconfig.node.json
@@ -1,8 +1,8 @@
1
{
2
"compilerOptions": {
3
- "module": "esnext",
4
- "target": "es2020",
5
- "lib": ["esnext"],
+ "module": "NodeNext",
+ "target": "ES6",
+ "lib": ["ES6"],
6
"declaration": true,
7
"outDir": "dist/server",
8
"strict": true,
0 commit comments