15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"unplugin-vue-macros/macros-global"
|
|
]
|
|
},
|
|
"vueCompilerOptions": {
|
|
"plugins": [
|
|
"@vue-macros/volar/define-model",
|
|
"@vue-macros/volar/short-vmodel"
|
|
]
|
|
}
|
|
}
|