chore: add top-level tsconfig referencing ui

pull/5690/head
Pavel Zavora 2021-03-08 19:47:49 +01:00
parent 6532c63976
commit a727232663
1 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
ui/tsconfig.json

3
tsconfig.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "./ui/tsconfig"
}