From bfcc9d3fba4a3ff85be167eb771a4c0f26f9cc49 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 29 Nov 2023 21:52:53 -0500 Subject: Fix rollup type issue --- dev/jsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev/jsconfig.json') diff --git a/dev/jsconfig.json b/dev/jsconfig.json index e0074980..a52153a8 100644 --- a/dev/jsconfig.json +++ b/dev/jsconfig.json @@ -3,7 +3,7 @@ "module": "ES2022", "target": "ES2022", "checkJs": true, - "moduleResolution": "bundler", + "moduleResolution": "node", "strict": true, "strictNullChecks": true, "noImplicitAny": true, @@ -36,7 +36,8 @@ "translator": ["../types/ext/translator"], "translation": ["../types/ext/translation"], "translation-internal": ["../types/ext/translation-internal"], - "dev/*": ["../types/dev/*"] + "dev/*": ["../types/dev/*"], + "rollup/parseAst": ["../types/other/rollup-parse-ast"] }, "types": [ "node", -- cgit v1.2.3