Fix API tsconfig: set moduleResolution to node for CommonJS
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"rootDir": "./src",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2022",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
|
||||
Reference in New Issue
Block a user