From 7262fc0b730f18af93c85bc70c012ae729b0afcb Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 26 Dec 2023 19:06:17 -0500 Subject: [PATCH] Fix issues --- dev/jsconfig.json | 3 ++- test/jsconfig.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev/jsconfig.json b/dev/jsconfig.json index c791b5c0d2..c0ff07d0e3 100644 --- a/dev/jsconfig.json +++ b/dev/jsconfig.json @@ -37,7 +37,8 @@ "translation": ["../types/ext/translation"], "translation-internal": ["../types/ext/translation-internal"], "dev/*": ["../types/dev/*"], - "rollup/parseAst": ["../types/other/rollup-parse-ast"] + "rollup/parseAst": ["../types/other/rollup-parse-ast"], + "chai": ["../node_modules/@vitest/expect/dist/chai.d.cts"] }, "types": [ "node", diff --git a/test/jsconfig.json b/test/jsconfig.json index a984586195..bc8b8a9021 100644 --- a/test/jsconfig.json +++ b/test/jsconfig.json @@ -17,7 +17,8 @@ "test/*": ["../types/test/*"], "rollup/parseAst": ["../types/other/rollup-parse-ast"], "ext/json-schema": ["../types/ext/json-schema"], - "json-schema": ["json-schema"] + "json-schema": ["json-schema"], + "chai": ["../node_modules/@vitest/expect/dist/chai.d.cts"] }, "types": [ "chrome",