diff --git a/package.json b/package.json index 53c6959..89baeec 100644 --- a/package.json +++ b/package.json @@ -489,5 +489,6 @@ "react-select": "^5.7.3", "tsx": "^4.7.0", "zod": "^3.21.4" - } -} \ No newline at end of file + }, + "type": "module" +}