chore: update ui-components to use root types

This commit is contained in:
Oliver Eyton-Williams
2021-11-24 14:02:03 +01:00
committed by Mrugesh Mohapatra
parent 98195a7823
commit 6e4dddd9ee

View File

@ -9,6 +9,6 @@
"moduleResolution": "node",
"strict": true,
"noEmit": true,
"typeRoots": ["./node_modules/@types"]
"typeRoots": ["../../node_modules/@types"]
}
}