aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/test-utils/tsconfig.json')
-rw-r--r--packages/test-utils/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/test-utils/tsconfig.json b/packages/test-utils/tsconfig.json
index d01eb81..bca0327 100644
--- a/packages/test-utils/tsconfig.json
+++ b/packages/test-utils/tsconfig.json
@@ -5,7 +5,7 @@
5 "emitDeclarationOnly": false, 5 "emitDeclarationOnly": false,
6 "declarationDir": null, 6 "declarationDir": null,
7 "noEmit": true, 7 "noEmit": true,
8 "rootDir": null, 8 "rootDir": "../..",
9 "types": ["@types/jest", "node"] 9 "types": ["@types/jest", "node"]
10 }, 10 },
11 "include": ["src/**/*.ts", ".eslintrc.cjs"] 11 "include": ["src/**/*.ts", ".eslintrc.cjs"]