diff --git a/tsconfig.json b/tsconfig.json index 100cf6a..5304731 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,8 @@ { "path": "./tsconfig.vitest.json" } - ] + ], + "compilerOptions": { + "module": "NodeNext" + } }