chore: @ts-ignore schema check

This commit is contained in:
dongchengjie
2024-05-14 01:21:28 +08:00
parent 63434a2f87
commit b721f148f0
3 changed files with 8 additions and 6 deletions

View File

@@ -40,11 +40,13 @@ configureMonacoYaml(monaco, {
{
uri: "http://example.com/meta-json-schema.json",
fileMatch: ["**/*.clash.yaml"],
//@ts-ignore
schema: metaSchema as JSONSchema7,
},
{
uri: "http://example.com/clash-verge-merge-json-schema.json",
fileMatch: ["**/*.merge.yaml"],
//@ts-ignore
schema: mergeSchema as JSONSchema7,
},
],