Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: update module to NodeNext in tsconfig.json (#9875)
an error was occurring due to the module resolution :3
  • Loading branch information
exrem committed Oct 7, 2023
1 parent a674989 commit f586283
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
"compilerOptions": {
"declaration": false,
"declarationMap": false,
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ESNext",
"outDir": "dist",
Expand Down

0 comments on commit f586283

Please sign in to comment.