diff --git a/schema/module.json b/schema/module.json index a4a47cda32..402492c08d 100644 --- a/schema/module.json +++ b/schema/module.json @@ -8,6 +8,10 @@ "order": { "type": "integer", "description": "The order is used by the system to define which module to load first." + }, + "jsTranspiled": { + "type": "boolean", + "description": "Indicates that JS files in the module are transpiled." } } }