Skip to content

Commit

Permalink
Allow experimentalDecorators in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Dec 28, 2018
1 parent abf55c5 commit fe1407c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"files.exclude": {
"**/*.js.map": true,
"**/*.bundle.js": true
}
},
"javascript.implicitProjectConfig.experimentalDecorators": true
}

0 comments on commit fe1407c

Please sign in to comment.