diff --git a/tsconfig.json b/tsconfig.json index 527dd20..c4a371a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "target": "esnext", - "module": "commonjs", - "moduleResolution": "node", + "module": "nodenext", + "moduleResolution": "nodenext", "typeRoots": [ "./node_modules/@types", ], @@ -15,4 +15,4 @@ "node_modules", ".build" ] -} \ No newline at end of file +}