elk/tsconfig.json

10 wiersze
174 B
JSON

{
"extends": "./.nuxt/tsconfig.json",
"vueCompilerOptions": {
"plugins": [
"@vue-macros/volar/define-model",
"@vue-macros/volar/short-vmodel"
]
}
}