chore: add jsconfig to stop experimental decorator warnings

This commit is contained in:
Jai Bhagat 2021-12-28 09:23:47 -05:00
parent 2dc6eab5b1
commit 4cd7c75f6c
1 changed files with 5 additions and 0 deletions

5
ui/jsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true
}
}