Skip to content

Commit 293aa8b

Browse files
committed
Silence VS Code decorator warning
1 parent 7ae1ce8 commit 293aa8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jsconfig.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"experimentalDecorators": true
4+
}
5+
}

0 commit comments

Comments
 (0)