elk/tsconfig.json

15 lines
265 B
JSON
Raw Normal View History

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