Skip to content

Commit

Permalink
Added jsconfig.json
Browse files Browse the repository at this point in the history
Added jsconfig.json so VSCode doesn't complain about  in tests. https://code.visualstudio.com/docs/languages/jsconfig\#_jsconfig-options
  • Loading branch information
taras committed Jul 3, 2018
1 parent ff20d40 commit 6c83540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true
}
}

0 comments on commit 6c83540

Please sign in to comment.