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"] } }