diff --git a/package.json b/package.json index 95b76b9..8981a19 100644 --- a/package.json +++ b/package.json @@ -611,5 +611,6 @@ "react-select": "^5.7.3", "tsx": "^4.7.0", "zod": "^3.21.4" - } -} \ No newline at end of file + }, + "type": "module" +}