diff --git a/deployment/schema.json b/deployment/schema.json index 85b6688..50c4f05 100644 --- a/deployment/schema.json +++ b/deployment/schema.json @@ -300,7 +300,7 @@ "typeOnlyImportsExportsSortOrder": { "description": "The kind of sort ordering to use for typed imports and exports.", "type": "string", - "default": "last", + "default": "none", "oneOf": [{ "const": "first", "description": "Puts type-only named imports and exports first."