From 6e4dddd9eeabe59cd50dd72db9f6202027a387b1 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 24 Nov 2021 14:02:03 +0100 Subject: [PATCH] chore: update ui-components to use root types --- tools/ui-components/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ui-components/tsconfig.json b/tools/ui-components/tsconfig.json index b66d04d586..276e8af6ca 100644 --- a/tools/ui-components/tsconfig.json +++ b/tools/ui-components/tsconfig.json @@ -9,6 +9,6 @@ "moduleResolution": "node", "strict": true, "noEmit": true, - "typeRoots": ["./node_modules/@types"] + "typeRoots": ["../../node_modules/@types"] } }