8 lines
223 B
JSON
8 lines
223 B
JSON
|
|
{
|
||
|
|
"typescript.preferences.includePackageJsonAutoImports": "on",
|
||
|
|
"typescript.suggest.autoImports": true,
|
||
|
|
"vue.inlayHints.missingProps": true,
|
||
|
|
"vue.inlayHints.optionsWrapper": true,
|
||
|
|
"vue.server.hybridMode": false
|
||
|
|
}
|