diff --git a/tsconfig.json b/tsconfig.json index 28bb136..7ba6f45 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "allowJs": true, "target": "ESNext", "module": "commonjs", - "moduleResolution": "NodeNext", + "moduleResolution": "Node16", "importHelpers": true, "experimentalDecorators": true, "noImplicitAny": true,