From d5bd8a63a0737f3c086bc2eae8f8b1d1cc828870 Mon Sep 17 00:00:00 2001 From: Furkan Evran Date: Thu, 12 Sep 2024 13:14:14 +0300 Subject: [PATCH] Fix TSBuild.EntryPoints description --- src/schemas/json/sergen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/json/sergen.json b/src/schemas/json/sergen.json index bae66f8d721..df400637476 100644 --- a/src/schemas/json/sergen.json +++ b/src/schemas/json/sergen.json @@ -336,7 +336,7 @@ "EntryPoints": { "type": "array", "uniqueItems": true, - "description": "List of entry point globs, default is \"**/*Page.ts\", \"**/*Page.tsx\", \"**/ScriptInit.ts\"", + "description": "List of entry point globs, default is \"Modules/**/*Page.ts\", \"Modules/**/*Page.tsx\", \"Modules/**/ScriptInit.ts\"", "items": { "type": "string", "minLength": 1