From 06f807bb4d368d8d816b40d775b96417b16a412a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 8 Jun 2023 14:04:14 +0300 Subject: [PATCH] schema --- schema/module.json | 4 ++++ 1 file changed, 4 insertions(+) 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." } } }