fix: Enabled decorators support for VSCode
This commit is contained in:
parent
59cddd4f47
commit
4e79341410
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",
|
"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