chore: ignore internal resolution errors in nuxt types

This commit is contained in:
Daniel Roe 2025-03-04 22:24:05 +00:00
parent 1bce3dc3bb
commit 0d54dc3f43
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -1,3 +1,3 @@
{
"ignoreRules": ["cjs-resolves-to-esm", "false-esm"]
"ignoreRules": ["cjs-resolves-to-esm", "false-esm", "internal-resolution-error"]
}