diff options
Diffstat (limited to 'dev/jsconfig.json')
-rw-r--r-- | dev/jsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/jsconfig.json b/dev/jsconfig.json index c791b5c0..c0ff07d0 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", |