fix: Enabled decorators support for VSCode
This commit is contained in:
parent
dd103d657c
commit
9ffb6b8350
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"prettier.configPath": "./src/.prettierrc",
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"javascript.implicitProjectConfig.experimentalDecorators": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue