Fix API tsconfig: set moduleResolution to node for CommonJS

This commit is contained in:
defiQUG
2026-01-23 16:52:38 -08:00
parent aa744e290c
commit b5d1392451

View File

@@ -5,6 +5,7 @@
"rootDir": "./src",
"module": "CommonJS",
"target": "ES2022",
"moduleResolution": "node",
"esModuleInterop": true
},
"include": ["src/**/*"],