chore: add jsconfig to stop experimental decorator warnings
This commit is contained in:
parent
2dc6eab5b1
commit
4cd7c75f6c
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue