Skip to content

Commit 0773f1a

Browse files
Aminadav64json
authored andcommitted
Fix vscode error message: "Experimental support for decorators" (algorithm-visualizer#247)
1 parent 05a46da commit 0773f1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: 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)