docs: remove usages of ts-ignore in examples (#12839)

This commit is contained in:
Shahed Nasser
2025-06-26 17:51:49 +03:00
committed by GitHub
parent 7d95eb73d3
commit f7e4a80c30
25 changed files with 17689 additions and 169 deletions
+3
View File
@@ -284,6 +284,9 @@ async function main() {
},
allowedFilesPatterns: [/^(?!.*\/(colors|icons|hooks)\/).*$/],
},
{
dir: path.join(process.cwd(), "..", "resources", "app", "recipes"),
},
],
})
}