fix: update module to NodeNext in tsconfig.json (#9875)

an error was occurring due to the module resolution :3
This commit is contained in:
Eray
2023-10-07 16:07:16 +00:00
committed by GitHub
parent a674989fe2
commit f58628385c
@@ -4,7 +4,7 @@
"compilerOptions": {
"declaration": false,
"declarationMap": false,
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ESNext",
"outDir": "dist",