diff options
Diffstat (limited to 'benches/jsconfig.json')
-rw-r--r-- | benches/jsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benches/jsconfig.json b/benches/jsconfig.json index 8b821d68..8743868a 100644 --- a/benches/jsconfig.json +++ b/benches/jsconfig.json @@ -15,6 +15,7 @@ "*": ["../types/ext/*"], "dev/*": ["../types/dev/*"], "benches/*": ["../types/benches/*"], + "test/*": ["../types/test/*"], "rollup/parseAst": ["../types/other/rollup-parse-ast"], "ext/json-schema": ["../types/ext/json-schema"], "json-schema": ["json-schema"] @@ -34,6 +35,7 @@ "../types/ext/**/*.ts", "../types/dev/**/*.ts", "../types/benches/**/*.ts", + "../types/test/**/*.ts", "../types/other/globals.d.ts" ], "exclude": [ |