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