From 0d54dc3f4317a07f8c609d60b4a5ef3e1564298c Mon Sep 17 00:00:00 2001 From: Daniel Roe <daniel@roe.dev> Date: Tue, 4 Mar 2025 22:24:05 +0000 Subject: [PATCH] chore: ignore internal resolution errors in nuxt types --- packages/nuxt/.attw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/.attw.json b/packages/nuxt/.attw.json index 80f18ecbfd..aea59b2f4b 100644 --- a/packages/nuxt/.attw.json +++ b/packages/nuxt/.attw.json @@ -1,3 +1,3 @@ { - "ignoreRules": ["cjs-resolves-to-esm", "false-esm"] + "ignoreRules": ["cjs-resolves-to-esm", "false-esm", "internal-resolution-error"] }