fyne-on/tsconfig.json

15 lines
265 B
JSON
Raw Normal View History

2022-11-13 13:34:43 +08:00
{
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
2022-11-23 10:16:31 +08:00
"types": [
"unplugin-vue-macros/macros-global"
]
},
"vueCompilerOptions": {
"plugins": [
"@vue-macros/volar/define-model",
"@vue-macros/volar/short-vmodel"
]
2022-11-13 13:34:43 +08:00
}
}