chore(js-sdk): Compatible with nodenext (#1667)

This commit is contained in:
zWing
2025-08-08 20:05:50 -04:00
committed by GitHub
parent 83f4e8e156
commit 2f4291672b
11 changed files with 35 additions and 32 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"module": "preserve",
"module": "nodenext",
"declaration": true,
"moduleResolution": "bundler",
"moduleResolution": "nodenext",
"lib": [
"es2022",
"dom",