aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/tsconfig.json')
-rw-r--r--packages/types/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json
index 9f1937b22..ce916a635 100644
--- a/packages/types/tsconfig.json
+++ b/packages/types/tsconfig.json
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
- "typeRoots": ["node_modules/@types"],
+ "typeRoots": ["../../node_modules/@types", "node_modules/@types"],
"outDir": "lib"
},
"include": ["src/**/*"]